We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f10f2a commit 33a9044Copy full SHA for 33a9044
scripts/config.sh
100755
100644
@@ -1,5 +1,3 @@
1
-#!/bin/bash
2
-
3
set -e
4
5
unamestr=$(uname)
@@ -53,8 +51,7 @@ if [[ $(uname) == 'Darwin' ]]; then
53
51
export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-undefined -Clink-arg=dynamic_lookup"
54
52
fi
55
56
-LD_LIBRARY_PATH="$dir:$(rustc --print sysroot)/lib:$dir/target/out:$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib"
57
-export LD_LIBRARY_PATH
+export LD_LIBRARY_PATH="$dir:$(rustc --print sysroot)/lib:$dir/target/out:$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib"
58
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
59
60
export CG_CLIF_DISPLAY_CG_TIME=1
0 commit comments