fix: goldmapper on ci

This commit is contained in:
neoapps-dev
2026-09-01 14:01:39 +03:00
parent 5d21aaee3e
commit 9a9c11c716
7 changed files with 159 additions and 50 deletions
+5
View File
@@ -0,0 +1,5 @@
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_PROCESSOR x86_64)
set(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc)
set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
set(CMAKE_RC_COMPILER x86_64-w64-mingw32-windres)