6663f4e78e
This allows cargo check to function correctly without having to first run prepare_build.sh. cg_clif has been using rust-toolchain too for a while now.
5 lines
69 B
Bash
Executable File
5 lines
69 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
./build_sysroot/prepare_sysroot_src.sh
|