Skip to content

Commit 78fc81c

Browse files
committed
Setup PATH variable for rustc
1 parent f5dee76 commit 78fc81c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/config.sh

+1
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;$PATH"

0 commit comments

Comments
 (0)