mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
FreeBSD support and clean up of unnecessary ifdef FREEBSD
This commit is contained in:
+3
-1
@@ -34,7 +34,9 @@ IF(MINGW)
|
||||
ENDIF(MINGW)
|
||||
|
||||
IF(UNIX)
|
||||
TARGET_LINK_LIBRARIES(ucs "dl")
|
||||
IF(NOT FREEBSD)
|
||||
TARGET_LINK_LIBRARIES(ucs "dl")
|
||||
ENDIF(NOT FREEBSD)
|
||||
TARGET_LINK_LIBRARIES(ucs "z")
|
||||
TARGET_LINK_LIBRARIES(ucs "m")
|
||||
TARGET_LINK_LIBRARIES(ucs "rt")
|
||||
|
||||
Reference in New Issue
Block a user