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.
1 parent 0f424a0 commit 6c5f46cCopy full SHA for 6c5f46c
1 file changed
appveyor.yml
@@ -83,6 +83,11 @@ install:
83
- cmd: 'mkdir lib || cmd /c "exit /b 0"'
84
- copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
85
- copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
86
+ # These z.lib / png.lib are not static versions but files which end up as
87
+ # dependencies to the dll file. This is fine for the conda build, but not here
88
+ # and for the wheels
89
+ - del %LIBRARY_LIB%\png.lib
90
+ - del %LIBRARY_LIB%\z.lib
91
- set MPLBASEDIRLIST=%CONDA_PREFIX%\Library\;.
92
# enables the local freetype build
93
- copy ci\travis\setup.cfg .
0 commit comments