1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-28 06:38:16 -05:00

Merge commit

This commit is contained in:
MoneroOcean
2019-01-16 23:45:59 -08:00
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()