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 @@ -294,14 +294,14 @@ without fiddling with environment variables::
294
294
conda install -c conda-forge msinttypes
295
295
296
296
# copy the libs which have "wrong" names
297
- set LIBRARY_LIB=%CONDA_DEFAULT_ENV %\Library\lib
297
+ set LIBRARY_LIB=%CONDA_PREFIX %\Library\lib
298
298
mkdir lib || cmd /c "exit /b 0"
299
299
copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
300
300
copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
301
301
302
302
# Make the header files and the rest of the static libs available during the build
303
303
# CONDA_DEFAULT_ENV is a env variable which is set to the currently active environment path
304
- set MPLBASEDIRLIST=%CONDA_DEFAULT_ENV %\Library\;.
304
+ set MPLBASEDIRLIST=%CONDA_PREFIX %\Library\;.
305
305
306
306
# build the wheel
307
307
python setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments