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