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 2caff1a commit d4f8450Copy full SHA for d4f8450
1 file changed
recipe/bld.bat
@@ -4,13 +4,6 @@ REM brand Python with conda-forge startup message
4
REM %SYS_PYTHON% %RECIPE_DIR%\brand_python.py
5
REM if errorlevel 1 exit 1
6
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
14
REM Compile python, extensions and external libraries
15
if "%ARCH%"=="64" (
16
set PLATFORM=x64
0 commit comments