mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 03:59:41 +00:00
#157 Explicitly add linking with librt, probably fix build issue with some old Linux.
This commit is contained in:
parent
fd029201b0
commit
6479d6bb6f
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ else()
|
|||
src/Platform_unix.cpp
|
||||
)
|
||||
|
||||
set(EXTRA_LIBS pthread)
|
||||
set(EXTRA_LIBS pthread rt)
|
||||
endif()
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
|
||||
|
|
Loading…
Reference in a new issue