1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-02-02 10:03:05 -05:00

Merge xmrig v6.14.0 into master

This commit is contained in:
MoneroOcean
2021-08-10 14:32:19 +00:00
47 changed files with 6885 additions and 170 deletions

View File

@@ -1,3 +1,7 @@
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
add_definitions(/DXMRIG_64_BIT)
endif()
if (WIN32)
set(XMRIG_OS_WIN ON)
elseif (APPLE)