Skip to content

Commit 334cc55

Browse files
authored
Update bld.bat
1 parent d2d0fed commit 334cc55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

recipe/bld.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ REM brand Python with conda-forge startup message
22
REM %SYS_PYTHON% %RECIPE_DIR%\brand_python.py
33
REM if errorlevel 1 exit 1
44

5+
set VSINSTALLDIR=
6+
57
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
69
set "MSBUILDDEFAULTTOOLSVERSION=14.0"
710
)
811

0 commit comments

Comments
 (0)