Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0ac9fe

Browse files
authored
Merge pull request #6676 from Kojoley/fix-appveyor-build
CI: Fixed AppVeyor building script Due to upstream changes in conda/conda-build
2 parents d4e3765 + 4a76c0f commit d0ac9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ install:
7575
- cmd: IF %PYTHON_VERSION% == 2.7 conda install -y functools32
7676

7777
# Let the install prefer the static builds of the libs
78-
- set LIBRARY_LIB=%CONDA_DEFAULT_ENV%\Library\lib
78+
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
7979
- cmd: 'mkdir lib || cmd /c "exit /b 0"'
8080
- copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
8181
- copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
82-
- set MPLBASEDIRLIST=%CONDA_DEFAULT_ENV%\Library\;.
82+
- set MPLBASEDIRLIST=%CONDA_PREFIX%\Library\;.
8383
# enables the local freetype build
8484
- copy ci\travis\setup.cfg .
8585
# Show the installed packages + versions

0 commit comments

Comments
 (0)