Skip to content

Commit d4f8450

Browse files
authored
Remove azure hacks
1 parent 2caff1a commit d4f8450

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

recipe/bld.bat

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ REM brand Python with conda-forge startup message
44
REM %SYS_PYTHON% %RECIPE_DIR%\brand_python.py
55
REM if errorlevel 1 exit 1
66

7-
set VSINSTALLDIR=
8-
9-
if "%CI%"=="azure" (
10-
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_x64 -vcvars_ver=14.0
11-
set "MSBUILDDEFAULTTOOLSVERSION=14.0"
12-
)
13-
147
REM Compile python, extensions and external libraries
158
if "%ARCH%"=="64" (
169
set PLATFORM=x64

0 commit comments

Comments
 (0)