File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -330,14 +330,14 @@ without fiddling with environment variables::
330
330
conda install -c conda-forge backports.functools_lru_cache
331
331
332
332
# copy the libs which have "wrong" names
333
- set LIBRARY_LIB=%CONDA_DEFAULT_ENV %\Library\lib
333
+ set LIBRARY_LIB=%CONDA_PREFIX %\Library\lib
334
334
mkdir lib || cmd /c "exit /b 0"
335
335
copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
336
336
copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
337
337
338
338
# Make the header files and the rest of the static libs available during the build
339
339
# CONDA_DEFAULT_ENV is a env variable which is set to the currently active environment path
340
- set MPLBASEDIRLIST=%CONDA_DEFAULT_ENV %\Library\;.
340
+ set MPLBASEDIRLIST=%CONDA_PREFIX %\Library\;.
341
341
342
342
# build the wheel
343
343
python setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments