Fix Linux build.

This commit is contained in:
XMRig
2018-09-17 06:37:53 +03:00
parent f814193d5e
commit 88c857bd65
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)