We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1e19c commit 9863ffbCopy full SHA for 9863ffb
appveyor.yml
@@ -30,6 +30,8 @@ build_script:
30
31
if not exist "%APPVEYOR_BUILD_FOLDER%\%BUILD_DIR%" mkdir "%APPVEYOR_BUILD_FOLDER%\%BUILD_DIR%"
32
33
+ "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %BUILD_PLATFORM%
34
+
35
set "INCLUDE=%PYTHON%\include;%INCLUDE%"
36
37
echo %INCLUDE%
0 commit comments