Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dnasdw committed Jul 8, 2019
1 parent 168a9d5 commit a672464
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ if(WIN32)
endif()
if(UNIX OR MINGW)
add_definitions(-D_FILE_OFFSET_BITS=64)
if(NOT APPLE)
if(APPLE)
add_definitions(-Wno-shift-overflow)
else()
add_definitions(-Wno-multichar -Wno-unused-result)
endif()
set(CMAKE_INSTALL_RPATH .)
Expand Down
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+2 −2 AutoFiles.cmake
2 changes: 1 addition & 1 deletion dep/libsundaowen

0 comments on commit a672464

Please sign in to comment.