Skip to content

Commit

Permalink
xmrig#157 Explicitly add linking with librt, probably fix build issue…
Browse files Browse the repository at this point in the history
… with some old Linux.
  • Loading branch information
xmrig authored and leonzdev committed Nov 5, 2017
1 parent 20f8694 commit e886b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ else()
src/Platform_unix.cpp
)

set(EXTRA_LIBS pthread)
set(EXTRA_LIBS pthread rt)
endif()

if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
Expand Down

0 comments on commit e886b68

Please sign in to comment.