Fix Linux build.

This commit is contained in:
XMRig 2018-09-17 06:37:53 +03:00
parent a2d2c0418d
commit 2189fe94ed
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ else()
src/Mem_unix.cpp
)
set(EXTRA_LIBS pthread rt)
set(EXTRA_LIBS pthread rt dl)
endif()
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)