8000 Don't build x64 using VS9 2008. · fancycode/MemoryModule@bd79923 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd79923

Browse files
committed
Don't build x64 using VS9 2008.
1 parent ea75c80 commit bd79923

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/run-appveyor.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ setlocal
33

44
if /I "%PLATFORM" == "x64" (
55
set CMAKE_GEN_SUFFIX= Win64
6+
if /I "%GENERATOR%" == "Visual Studio 9 2008" (
7+
echo Skipping %CONFIGURATION% build using %GENERATOR%%CMAKE_GEN_SUFFIX%
8+
exit 0
9+
)
610
) else (
711
set CMAKE_GEN_SUFFIX=
812
)

0 commit comments

Comments
 (0)
0