We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4723ab commit 0d3dc55Copy full SHA for 0d3dc55
1 file changed
ci/build_win.bat
@@ -18,7 +18,7 @@ if "%KLUSOLVE_COMPILER%"=="gcc" (
18
)
19
20
if "%KLUSOLVE_COMPILER%"=="msvc" (
21
- if "%KLUSOLVE_OS_IMAGE%"=="x86" (
+ if "%KLUSOLVE_ARCH%"=="x86" (
22
set CMAKE_EXTRA=-A Win32
23
24
if "%KLUSOLVE_OS_IMAGE%"=="windows-2019" (
0 commit comments