We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d0fed commit 334cc55Copy full SHA for 334cc55
1 file changed
recipe/bld.bat
@@ -2,7 +2,10 @@ REM brand Python with conda-forge startup message
2
REM %SYS_PYTHON% %RECIPE_DIR%\brand_python.py
3
REM if errorlevel 1 exit 1
4
5
+set VSINSTALLDIR=
6
+
7
if "%CI%"=="azure" (
8
+ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_x64 -vcvars_ver=14.0
9
set "MSBUILDDEFAULTTOOLSVERSION=14.0"
10
)
11
0 commit comments