Skip to content

Commit d88b25f

Browse files
committed
Perform conda build without LD_LIBRARY_PATH.
Not necessary since conda-build already sets LD_RUN_PATH.
1 parent 4e60673 commit d88b25f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conda-recipe/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ MYNCPU=$(( (CPU_COUNT > 4) ? 4 : CPU_COUNT ))
77

88
if [ `uname` == Darwin ]; then
99
export DYLD_FALLBACK_LIBRARY_PATH="${PREFIX}/lib"
10-
else
11-
export LD_LIBRARY_PATH="${PREFIX}/lib"
1210
fi
1311

1412
# Apply sconscript.local customizations.

0 commit comments

Comments
 (0)