We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516d265 commit acb5f7dCopy full SHA for acb5f7d
conda.recipe/bld.bat
@@ -1,4 +1,5 @@
1
-call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64
+if "%ARCH%" == "32" (set PLATFORM=x86) else (set PLATFORM=x64)
2
+call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %PLATFORM%
3
set DISTUTILS_USE_SDK=1
4
set MSSdk=1
5
"%PYTHON%" setup.py install
0 commit comments