mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Updates zig9 to zig
Referenced in https://github.com/rtfeldman/roc/pull/1905
This commit is contained in:
parent
09f447e95f
commit
2dd86b1f18
3 changed files with 3 additions and 3 deletions
|
@ -367,7 +367,7 @@ pub fn helper_wasm<'a>(
|
|||
|
||||
use std::process::Command;
|
||||
|
||||
Command::new("zig9")
|
||||
Command::new("zig")
|
||||
.current_dir(dir_path)
|
||||
.args(&[
|
||||
"wasm-ld",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue