Skip to content

Commit 0d3dc55

Browse files
committed
CI: fix win32 builds with MSVC
Typo in conditional checks.
1 parent f4723ab commit 0d3dc55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/build_win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if "%KLUSOLVE_COMPILER%"=="gcc" (
1818
)
1919

2020
if "%KLUSOLVE_COMPILER%"=="msvc" (
21-
if "%KLUSOLVE_OS_IMAGE%"=="x86" (
21+
if "%KLUSOLVE_ARCH%"=="x86" (
2222
set CMAKE_EXTRA=-A Win32
2323
)
2424
if "%KLUSOLVE_OS_IMAGE%"=="windows-2019" (

0 commit comments

Comments
 (0)