Fixed static linux build with static openssl
This commit is contained in:
parent
540f97adc5
commit
f2ddd9de29
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ else()
|
||||||
src/Platform_unix.cpp
|
src/Platform_unix.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(EXTRA_LIBS pthread rt)
|
set(EXTRA_LIBS pthread rt dl)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
|
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue