File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -330,14 +330,14 @@ without fiddling with environment variables::
330330 conda install -c conda-forge backports.functools_lru_cache
331331
332332 # copy the libs which have "wrong" names
333- set LIBRARY_LIB=%CONDA_DEFAULT_ENV %\Library\lib
333+ set LIBRARY_LIB=%CONDA_PREFIX %\Library\lib
334334 mkdir lib || cmd /c "exit /b 0"
335335 copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
336336 copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
337337
338338 # Make the header files and the rest of the static libs available during the build
339339 # 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\;.
341341
342342 # build the wheel
343343 python setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments