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 c982c48 commit ffd6fddCopy full SHA for ffd6fdd
scripts/config.sh
@@ -53,7 +53,7 @@ if [[ $(uname) == 'Darwin' ]]; then
53
export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-undefined -Clink-arg=dynamic_lookup"
54
fi
55
56
-export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$dir/target/out:$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib"
+export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
57
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
58
59
export CG_CLIF_DISPLAY_CG_TIME=1
0 commit comments