Skip to content

Commit 38585b3

Browse files
committed
Don't overwrite LD_LIBRARY_PATH in config.sh
1 parent 5347882 commit 38585b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set -e
44

5-
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
6-
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
5+
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
6+
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"

0 commit comments

Comments
 (0)