rust/prepare_build.sh
2021-08-12 21:46:50 -04:00

6 lines
128 B
Bash
Executable File

#!/bin/bash --verbose
set -e
rustup component add rust-src rustc-dev llvm-tools-preview
./build_sysroot/prepare_sysroot_src.sh