mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-10 12:54:33 +00:00
FreeBSD needs pthread
FreeBSD needs the pthread linker flag.
This commit is contained in:
parent
b11e772acc
commit
b58e20dde4
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue