make it work!

This commit is contained in:
Folkert 2020-12-08 00:15:57 +01:00
parent 7123269f30
commit 0b0ae7b287
5 changed files with 43 additions and 5 deletions

View file

@ -88,7 +88,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()