Skip to content

Commit 45aac5a

Browse files
committed
[WIP]
1 parent 396729a commit 45aac5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/config.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ set -e
44

55
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
66
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"
7-
export PATH="$(rustc --print sysroot/lib)/bin;$PATH"
7+
export PATH="$(rustc --print sysroot)/bin;$PATH"
8+
ls $(rustc --print sysroot)/bin

0 commit comments

Comments
 (0)