mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
use ROC_ZIG environment variable to configure which zig is used
This commit is contained in:
parent
f314abfed9
commit
022b1ca83a
6 changed files with 44 additions and 36 deletions
|
@ -369,7 +369,7 @@ pub fn helper_wasm<'a>(
|
|||
|
||||
use std::process::Command;
|
||||
|
||||
Command::new("zig")
|
||||
Command::new(&crate::helpers::zig_executable())
|
||||
.current_dir(dir_path)
|
||||
.args(&[
|
||||
"wasm-ld",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue