Skip to content

Commit 9863ffb

Browse files
Added vcvarsall
1 parent 9c1e19c commit 9863ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ build_script:
3030
3131
if not exist "%APPVEYOR_BUILD_FOLDER%\%BUILD_DIR%" mkdir "%APPVEYOR_BUILD_FOLDER%\%BUILD_DIR%"
3232
33+
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %BUILD_PLATFORM%
34+
3335
set "INCLUDE=%PYTHON%\include;%INCLUDE%"
3436
3537
echo %INCLUDE%

0 commit comments

Comments
 (0)