This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b51deba9ac36ee2808af8a03fe8bc6fc570cc497
rust
/
compiler
/
rustc_codegen_gcc
/
prepare_build.sh
6 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
Add set -v as we can't pass command line argument with /usr/bin/env
2022-04-15 09:58:09 +02:00
#!/usr/bin/env bash
Initial commit
2020-05-10 10:54:30 -04:00
set
-e
Add set -v as we can't pass command line argument with /usr/bin/env
2022-04-15 09:58:09 +02:00
set
-v
Initial commit
2020-05-10 10:54:30 -04:00
./build_sysroot/prepare_sysroot_src.sh
Reference in New Issue
Copy Permalink