mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Merge remote-tracking branch 'origin/trunk' into task
This commit is contained in:
commit
4c2654d4ed
84 changed files with 3514 additions and 2186 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue