mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge pull request #2278 from rtfeldman/configure-zig-executable
use ROC_ZIG environment variable to configure which zig is used
This commit is contained in:
commit
fe62e59e31
6 changed files with 44 additions and 36 deletions
|
@ -185,7 +185,7 @@ pub fn helper_wasm<'a, T: Wasm32TestResult>(
|
|||
"#UserApp_main_1",
|
||||
];
|
||||
|
||||
let linker_output = std::process::Command::new("zig")
|
||||
let linker_output = std::process::Command::new(&crate::helpers::zig_executable())
|
||||
.args(args)
|
||||
.output()
|
||||
.unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue