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

Merge pull request #910 from ehaupt/patch-1

FreeBSD needs pthread
This commit is contained in:
xmrig
2019-01-16 17:50:53 +07:00
committed by GitHub

View File

@@ -158,7 +158,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()