We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfba548 commit d19c62eCopy full SHA for d19c62e
scripts/run-appveyor.bat
@@ -1,7 +1,7 @@
1
@echo off
2
setlocal
3
4
-if /I "%PLATFORM" == "x64" (
+if /I "%PLATFORM%" == "x64" (
5
set CMAKE_GEN_SUFFIX= Win64
6
) else (
7
set CMAKE_GEN_SUFFIX=
0 commit comments