Skip to content

Commit ffd6fdd

Browse files
committed
Remove unnecessary paths from LD_LIBRARY_PATH
1 parent c982c48 commit ffd6fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [[ $(uname) == 'Darwin' ]]; then
5353
export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-undefined -Clink-arg=dynamic_lookup"
5454
fi
5555

56-
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$dir/target/out:$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib"
56+
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
5757
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
5858

5959
export CG_CLIF_DISPLAY_CG_TIME=1

0 commit comments

Comments
 (0)