conda: fix system shared libs not found in conda-build (#24)

pull/30/head
Sebastien Bourdeauducq 2020-06-10 11:42:57 +08:00
parent 0292090670
commit 1f4639c7e4
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ pkgs.runCommand "conda-fake-source-${name}" { }
set -e
export VERSIONEER_OVERRIDE=${version}
export LD_LIBRARY_PATH=/lib
python setup.py install \
--prefix=\$PREFIX \
--single-version-externally-managed \