Update rustup.sh for the moved dir of the sysroot source
This commit is contained in:
parent
7d14e606be
commit
92b4c76652
1 changed files with 2 additions and 2 deletions
|
|
@ -18,9 +18,9 @@ case $1 in
|
|||
|
||||
./clean_all.sh
|
||||
|
||||
(cd build_sysroot && cargo update)
|
||||
|
||||
./y.rs prepare
|
||||
|
||||
(cd download/sysroot && cargo update && cargo fetch && cp Cargo.lock ../../build_sysroot/)
|
||||
;;
|
||||
"commit")
|
||||
git add rust-toolchain build_sysroot/Cargo.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue