Skip to content

Commit 33a9044

Browse files
make requested PR changes
1 parent 0f10f2a commit 33a9044

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/config.sh

100755100644
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
31
set -e
42

53
unamestr=$(uname)
@@ -53,8 +51,7 @@ if [[ $(uname) == 'Darwin' ]]; then
5351
export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-undefined -Clink-arg=dynamic_lookup"
5452
fi
5553

56-
LD_LIBRARY_PATH="$dir:$(rustc --print sysroot)/lib:$dir/target/out:$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib"
57-
export LD_LIBRARY_PATH
54+
export LD_LIBRARY_PATH="$dir:$(rustc --print sysroot)/lib:$dir/target/out:$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib"
5855
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
5956

6057
export CG_CLIF_DISPLAY_CG_TIME=1

0 commit comments

Comments
 (0)