Merge commit

This commit is contained in:
MoneroOcean 2019-01-16 23:45:59 -08:00
commit 0e590be894
5 changed files with 11 additions and 5 deletions

View file

@ -160,7 +160,7 @@ else()
)
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
set(EXTRA_LIBS kvm)
set(EXTRA_LIBS kvm pthread)
else()
set(EXTRA_LIBS pthread rt dl)
endif()