mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-20 19:57:46 +00:00
Travis fix
This commit is contained in:
parent
ec6aa1d4d6
commit
d54d19c342
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
if(UNIX)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -fPIC")
|
||||
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32")
|
||||
else()
|
||||
add_definitions(-D_WIN32_WINNT=0x601)
|
||||
|
|
Loading…
Add table
Reference in a new issue