1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 15:47:46 +00:00

pls build

This commit is contained in:
NotAdam 2018-10-27 23:30:29 +11:00
parent a09bb7d6a4
commit fc87b76117

View file

@ -24,6 +24,6 @@ set_target_properties(exd_struct_test PROPERTIES
if (UNIX) if (UNIX)
target_link_libraries (exd_struct_test common xivdat pthread mysqlclient dl z stdc++fs ) target_link_libraries (exd_struct_test common xivdat pthread mysqlclient dl z stdc++fs )
else() else()
target_link_libraries (exd_struct_test common xivdat libmysql zlib) target_link_libraries (exd_struct_test common xivdat mysql zlib)
endif() endif()