mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
fix appveyor again
This commit is contained in:
parent
0034987827
commit
a09bb7d6a4
4 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ set_target_properties(exd_common_gen PROPERTIES
|
|||
if (UNIX)
|
||||
target_link_libraries (exd_common_gen common xivdat pthread mysqlclient dl z)
|
||||
else()
|
||||
target_link_libraries (exd_common_gen common xivdat libmysql zlib1)
|
||||
target_link_libraries (exd_common_gen common xivdat libmysql zlib)
|
||||
|
||||
# ignore unchecked iterators warnings from msvc
|
||||
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
|
||||
|
|
|
@ -26,6 +26,6 @@ set_target_properties(exd_struct_gen PROPERTIES
|
|||
if (UNIX)
|
||||
target_link_libraries (exd_struct_gen common xivdat pthread mysqlclient dl z stdc++fs)
|
||||
else()
|
||||
target_link_libraries (exd_struct_gen common xivdat mysql zlib1)
|
||||
target_link_libraries (exd_struct_gen common xivdat mysql zlib)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -24,6 +24,6 @@ set_target_properties(exd_struct_test PROPERTIES
|
|||
if (UNIX)
|
||||
target_link_libraries (exd_struct_test common xivdat pthread mysqlclient dl z stdc++fs )
|
||||
else()
|
||||
target_link_libraries (exd_struct_test common xivdat libmysql zlib1)
|
||||
target_link_libraries (exd_struct_test common xivdat libmysql zlib)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -32,6 +32,6 @@ set_target_properties(quest_parse PROPERTIES
|
|||
if (UNIX)
|
||||
target_link_libraries (quest_parse common xivdat pthread mysqlclient dl z stdc++fs)
|
||||
else()
|
||||
target_link_libraries (quest_parse common xivdat mysql zlib1)
|
||||
target_link_libraries (quest_parse common xivdat mysql zlib)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue