Fixed static linux build with static openssl

This commit is contained in:
BenDroid 2018-03-03 18:20:47 +01:00
parent fec25c8fc6
commit 21027c8d8b

View file

@ -90,7 +90,7 @@ else()
src/Platform_unix.cpp
)
set(EXTRA_LIBS pthread rt)
set(EXTRA_LIBS pthread rt dl)
endif()
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)