Fix OpenBSD build

This commit is contained in:
Tim Angus 2025-10-17 21:17:04 +01:00
parent ffcfe3b811
commit 7871d59030

View File

@ -16,7 +16,12 @@ if(USE_HTTP)
list(APPEND CLIENT_PLATFORM_SOURCES ${SOURCE_DIR}/client/cl_http_curl.c)
endif()
if(NOT BSD)
list(APPEND COMMON_LIBRARIES
dl # Dynamic loader
)
endif()
list(APPEND COMMON_LIBRARIES
dl # Dynamic loader
m # Math library
)