We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dee76 commit 396729aCopy full SHA for 396729a
scripts/config.sh
@@ -4,3 +4,4 @@ set -e
4
5
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
6
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"
7
+export PATH="$(rustc --print sysroot/lib)/bin;$PATH"
0 commit comments