mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
make it work!
This commit is contained in:
parent
7123269f30
commit
0b0ae7b287
5 changed files with 43 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue