1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-30 01:12:36 -04:00

Restore persistent memory.

This commit is contained in:
XMRig
2017-06-10 00:43:23 +03:00
parent 30642881bf
commit c5fbc1a182
5 changed files with 105 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ if (WIN32)
set(EXTRA_LIBS ws2_32 psapi iphlpapi userenv)
else()
set(SOURCES_OS src/Cpu_unix.cpp)
set(SOURCES_OS src/Cpu_unix.cpp src/Mem_unix.cpp)
set(EXTRA_LIBS pthread)
endif()