From b26c36c3a9ff74e4bf09b643359379a0529025c8 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 16 Jun 2025 20:27:47 -0700 Subject: [PATCH] Updated build --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e0d3fe1..f575b1bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,8 +173,7 @@ if (XMRIG_OS_WIN) src/crypto/common/VirtualMemory_win.cpp ) - set(EXTRA_LIBS ws2_32 psapi iphlpapi userenv dbghelp) - add_library(${EXTRA_LIBS} PRIVATE ole32 oleaut32) + set(EXTRA_LIBS ws2_32 psapi iphlpapi userenv dbghelp ole32 oleaut32) elseif (XMRIG_OS_APPLE) list(APPEND SOURCES_OS src/App_unix.cpp