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