We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dee76 commit 78fc81cCopy full SHA for 78fc81c
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;$PATH"
0 commit comments