mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Fix #150
This commit is contained in:
parent
84f99b6d6b
commit
2cf546accd
@ -33,7 +33,7 @@ IF(UNIX)
|
|||||||
TARGET_LINK_LIBRARIES(tests "z")
|
TARGET_LINK_LIBRARIES(tests "z")
|
||||||
TARGET_LINK_LIBRARIES(tests "m")
|
TARGET_LINK_LIBRARIES(tests "m")
|
||||||
IF(NOT DARWIN)
|
IF(NOT DARWIN)
|
||||||
TARGET_LINK_LIBRARIES(loginserver "rt")
|
TARGET_LINK_LIBRARIES(tests "rt")
|
||||||
ENDIF(NOT DARWIN)
|
ENDIF(NOT DARWIN)
|
||||||
TARGET_LINK_LIBRARIES(tests "pthread")
|
TARGET_LINK_LIBRARIES(tests "pthread")
|
||||||
ADD_DEFINITIONS(-fPIC)
|
ADD_DEFINITIONS(-fPIC)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user