1
Fork 0

Merge commit '40b00f4200' into sync_cg_clif-2021-12-30

This commit is contained in:
bjorn3 2021-12-30 14:53:41 +01:00
commit a8e6d5b04d
20 changed files with 90 additions and 81 deletions

View file

@ -46,9 +46,9 @@ pub(crate) fn build_sysroot(
// Build and copy cargo wrapper
let mut build_cargo_wrapper_cmd = Command::new("rustc");
build_cargo_wrapper_cmd
.arg("scripts/cargo.rs")
.arg("scripts/cargo-clif.rs")
.arg("-o")
.arg(target_dir.join("cargo"))
.arg(target_dir.join("cargo-clif"))
.arg("-g");
spawn_and_wait(build_cargo_wrapper_cmd);