fixed library name, build works now on FreeBSD 11.1
This commit is contained in:
parent
55efd4f4d0
commit
7d9fab8614
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ set_target_properties (secure node rai_node PROPERTIES LINK_FLAGS "${PLATFORM_LI
|
|||
if (WIN32)
|
||||
set (PLATFORM_LIBS Ws2_32 mswsock iphlpapi ntdll)
|
||||
else (WIN32)
|
||||
set (PLATFORM_LIBS pthread dl)
|
||||
set (PLATFORM_LIBS pthread ${CMAKE_DL_LIBS})
|
||||
endif (WIN32)
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue