From 105dee6a3d8640ff7d1e6bd783c1177ddb2036b5 Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Sun, 12 Jan 2020 12:48:05 -0500 Subject: [PATCH] zlib needed on some macos --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6a9288c..6bc48027 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,6 +149,7 @@ elseif (XMRIG_OS_APPLE) src/App_unix.cpp src/crypto/common/VirtualMemory_unix.cpp ) + set(EXTRA_LIBS z) else() list(APPEND SOURCES_OS src/App_unix.cpp