mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-01 16:39:52 +00:00
Fix build with recent libuv.
This commit is contained in:
parent
b8e4eaac87
commit
850b43c079
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ if (XMRIG_OS_WIN)
|
|||
src/crypto/common/VirtualMemory_win.cpp
|
||||
)
|
||||
|
||||
set(EXTRA_LIBS ws2_32 psapi iphlpapi userenv)
|
||||
set(EXTRA_LIBS ws2_32 psapi iphlpapi userenv dbghelp)
|
||||
elseif (XMRIG_OS_APPLE)
|
||||
list(APPEND SOURCES_OS
|
||||
src/App_unix.cpp
|
||||
|
|
Loading…
Reference in a new issue