mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-22 02:34:58 +00:00
Fix Linux build.
This commit is contained in:
parent
1e22a984af
commit
0bba8849f0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ elseif (APPLE)
|
|||
set(SOURCES_OS mac/cpu_mac.c mac/memory_mac.c mac/xmrig_mac.c)
|
||||
else()
|
||||
set(SOURCES_OS unix/cpu_unix.c unix/memory_unix.c unix/xmrig_unix.c)
|
||||
set(EXTRA_LIBS pthread)
|
||||
set(EXTRA_LIBS pthread rt m)
|
||||
endif()
|
||||
|
||||
include_directories(.)
|
||||
|
|
Loading…
Reference in a new issue