zlib needed on some macos
This commit is contained in:
parent
9ae8907b3e
commit
105dee6a3d
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ elseif (XMRIG_OS_APPLE)
|
||||||
src/App_unix.cpp
|
src/App_unix.cpp
|
||||||
src/crypto/common/VirtualMemory_unix.cpp
|
src/crypto/common/VirtualMemory_unix.cpp
|
||||||
)
|
)
|
||||||
|
set(EXTRA_LIBS z)
|
||||||
else()
|
else()
|
||||||
list(APPEND SOURCES_OS
|
list(APPEND SOURCES_OS
|
||||||
src/App_unix.cpp
|
src/App_unix.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue