Updated build

This commit is contained in:
MoneroOcean 2025-06-16 20:07:33 -07:00
parent c13d0d7d79
commit 9716f6ed24
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
run: git clone https://github.com/xmrig/xmrig-deps.git
- name: Build project on Windows
run: |
cmake . -G "Unix Makefiles" -DXMRIG_DEPS=./xmrig-deps/gcc/x64
cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=./xmrig-deps/gcc/x64
make -j2
build_lin:

View file

@ -1,4 +1,4 @@
if (WIN32 OR CMAKE_SYSTEM_NAME MATCHES "MSYS")
if (WIN32)
set(XMRIG_OS_WIN ON)
elseif (APPLE)
set(XMRIG_OS_APPLE ON)