8000 Fixed condition. · fancycode/MemoryModule@a5272ff · GitHub
[go: up one dir, main page]

Skip to content

Commit a5272ff

Browse files
committed
Fixed condition.
1 parent bd79923 commit a5272ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-appveyor.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
setlocal
33

4-
if /I "%PLATFORM" == "x64" (
4+
if /I "%PLATFORM%" == "x64" (
55
set CMAKE_GEN_SUFFIX= Win64
66
if /I "%GENERATOR%" == "Visual Studio 9 2008" (
77
echo Skipping %CONFIGURATION% build using %GENERATOR%%CMAKE_GEN_SUFFIX%

0 commit comments

Comments
 (0)
0