Updated build
This commit is contained in:
parent
c37f28427e
commit
05ffca7897
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if (WIN32 OR MINGW)
|
||||
if (WIN32 OR CMAKE_SYSTEM_NAME MATCHES "Windows" OR CMAKE_SYSTEM_NAME MATCHES "MSYS" OR CMAKE_SYSTEM_NAME MATCHES "MINGW")
|
||||
set(XMRIG_OS_WIN ON)
|
||||
elseif (APPLE)
|
||||
set(XMRIG_OS_APPLE ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue