8000
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 f4c2ca2 commit 0a47802Copy full SHA for 0a47802
ci/appveyor_build_recipe.ps1
@@ -2,7 +2,7 @@
2
3
$env:CONDA_PY = "$env:PY_VER"
4
# Use pre-installed miniconda. Note that location differs if 64bit
5
-$env:CONDA_BLD = "C:\miniconda35"
+$env:CONDA_BLD = "C:\miniconda36"
6
7
if ($env:PLATFORM -eq "x86"){
8
$env:CONDA_BLD_ARCH=32
conda.recipe/bld.bat
@@ -4,10 +4,3 @@
set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
%PYTHON% setup.py install
-
-:: copy our compiled library
9
-set SRC=%RECIPE_DIR%\..
10
-set DEST=%SP_DIR%
11
12
-:: Install step
13
-copy %SRC%\Python.Runtime.dll.config %DEST%
0 commit comments