mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
appveyor machine 🅱️roke
This commit is contained in:
parent
af0ac23e46
commit
1387c6c866
2 changed files with 2 additions and 2 deletions
|
@ -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 libmysql zlib1)
|
||||
target_link_libraries (exd_struct_gen common xivdat mysql zlib1)
|
||||
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 libmysql zlib1)
|
||||
target_link_libraries (quest_parse common xivdat mysql zlib1)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue