1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 18:57:45 +00:00

pls build

This commit is contained in:
NotAdam 2018-10-27 23:30:29 +11:00
parent 033c9747a8
commit c9b6f3a424

View file

@ -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 zlib)
target_link_libraries (exd_struct_test common xivdat mysql zlib)
endif()