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:
@@ -80,7 +80,9 @@ IF(MINGW)
|
||||
ENDIF(MINGW)
|
||||
|
||||
IF(UNIX)
|
||||
TARGET_LINK_LIBRARIES(world "dl")
|
||||
IF(NOT FREEBSD)
|
||||
TARGET_LINK_LIBRARIES(world "dl")
|
||||
ENDIF(NOT FREEBSD)
|
||||
TARGET_LINK_LIBRARIES(world "z")
|
||||
TARGET_LINK_LIBRARIES(world "m")
|
||||
TARGET_LINK_LIBRARIES(world "rt")
|
||||
|
||||
Reference in New Issue
Block a user