Fix OpenBSD build
This commit is contained in:
parent
ffcfe3b811
commit
7871d59030
|
|
@ -16,7 +16,12 @@ if(USE_HTTP)
|
|||
list(APPEND CLIENT_PLATFORM_SOURCES ${SOURCE_DIR}/client/cl_http_curl.c)
|
||||
endif()
|
||||
|
||||
list(APPEND COMMON_LIBRARIES
|
||||
if(NOT BSD)
|
||||
list(APPEND COMMON_LIBRARIES
|
||||
dl # Dynamic loader
|
||||
)
|
||||
endif()
|
||||
|
||||
list(APPEND COMMON_LIBRARIES
|
||||
m # Math library
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user