Skip to content

Commit ef48b94

Browse files
committed
Set PlatformToolset to VS2010 instead of Windows7.1SDK.
1 parent 813ae24 commit ef48b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/appveyor/emulate_appveyor.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ set APPVEYOR=True
66
set APPVEYOR_BUILD_FOLDER=%cd%
77
set Configuration=Debug
88
set Platform=x64
9-
REM set PlatformToolset=v100
9+
set PlatformToolset=v100
1010
REM set Platform=Win32
11-
set PlatformToolset=Windows7.1SDK
11+
REM set PlatformToolset=Windows7.1SDK
1212

1313
echo Emulating appveyor's environment.
1414
echo APPVEYOR_BUILD_FOLDER set to '%APPVEYOR_BUILD_FOLDER%'

0 commit comments

Comments
 (0)