Skip to content

Commit 396729a

Browse files
committed
Setup PATH variable for rustc
1 parent f5dee76 commit 396729a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ 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"

0 commit comments

Comments
 (0)