1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 15:42:38 -05:00

Fixed Linux build.

This commit is contained in:
XMRig
2019-06-02 19:58:16 +07:00
parent fc655d1b8d
commit 8dc586283f
2 changed files with 2 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ else()
"${SOURCES_OS}"
src/App_unix.cpp
src/common/Platform_unix.cpp
src/Mem_unix.cpp
src/crypto/common/VirtualMemory_unix.cpp
)