mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
Fix #150
This commit is contained in:
@@ -33,7 +33,7 @@ IF(UNIX)
|
||||
TARGET_LINK_LIBRARIES(tests "z")
|
||||
TARGET_LINK_LIBRARIES(tests "m")
|
||||
IF(NOT DARWIN)
|
||||
TARGET_LINK_LIBRARIES(loginserver "rt")
|
||||
TARGET_LINK_LIBRARIES(tests "rt")
|
||||
ENDIF(NOT DARWIN)
|
||||
TARGET_LINK_LIBRARIES(tests "pthread")
|
||||
ADD_DEFINITIONS(-fPIC)
|
||||
|
||||
Reference in New Issue
Block a user