Skip to content

Commit ca4cae6

Browse files
committed
DEV: simplify library path in conda build script.
1 parent 816df44 commit ca4cae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: conda-recipe/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export LIBRARY_PATH="${PREFIX}/lib:$LIBRARY_PATH"
66
MYNCPU=$(( (CPU_COUNT > 4) ? 4 : CPU_COUNT ))
77

88
if [ `uname` == Darwin ]; then
9-
export DYLD_FALLBACK_LIBRARY_PATH="$PREFIX/lib:$DYLD_FALLBACK_LIBRARY_PATH"
9+
export DYLD_FALLBACK_LIBRARY_PATH="${PREFIX}/lib"
1010
fi
1111

1212
# Apply sconscript.local customizations.

0 commit comments

Comments
 (0)