Thanks to visit codestin.com Credit goes to github.com
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.
2 parents d4e3765 + 4a76c0f commit d0ac9feCopy full SHA for d0ac9fe
appveyor.yml
@@ -75,11 +75,11 @@ install:
75
- cmd: IF %PYTHON_VERSION% == 2.7 conda install -y functools32
76
77
# Let the install prefer the static builds of the libs
78
- - set LIBRARY_LIB=%CONDA_DEFAULT_ENV%\Library\lib
+ - set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
79
- cmd: 'mkdir lib || cmd /c "exit /b 0"'
80
- copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
81
- copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
82
- - set MPLBASEDIRLIST=%CONDA_DEFAULT_ENV%\Library\;.
+ - set MPLBASEDIRLIST=%CONDA_PREFIX%\Library\;.
83
# enables the local freetype build
84
- copy ci\travis\setup.cfg .
85
# Show the installed packages + versions
0 commit comments