Merge remote-tracking branch 'origin/trunk' into task

This commit is contained in:
Folkert 2020-12-08 14:51:46 +01:00
commit 4c2654d4ed
84 changed files with 3514 additions and 2186 deletions

View file

@ -93,7 +93,7 @@ pub fn rebuild_host(host_input_path: &Path) {
.output()
.unwrap();
validate_output("host.rs", "cargo build --release", output);
validate_output("src/lib.rs", "cargo build --release", output);
let output = Command::new("ld")
.env_clear()