mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 13:47:46 +00:00
It helps to not misspell library names
This commit is contained in:
parent
faee7f44ae
commit
b3836d0a1f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ endif()
|
|||
if (UNIX)
|
||||
target_link_libraries(server_lobby Common xivdat pthread mysqlclient mysqlConnector dl z)
|
||||
else()
|
||||
target_link_libraries(server_lobby Common xivdat libmysql mysqConnector zlib1)
|
||||
target_link_libraries(server_lobby Common xivdat libmysql mysqlConnector zlib1)
|
||||
endif()
|
||||
|
||||
target_link_libraries(server_lobby ${Boost_LIBRARIES} ${Boost_LIBRARIES})
|
||||
|
|
Loading…
Add table
Reference in a new issue