Fixed static linux build with static openssl

This commit is contained in:
BenDroid 2018-03-03 18:20:47 +01:00
parent 540f97adc5
commit f2ddd9de29

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)