use ROC_ZIG environment variable to configure which zig is used

This commit is contained in:
Folkert 2021-12-25 22:27:52 +01:00
parent f314abfed9
commit 022b1ca83a
6 changed files with 44 additions and 36 deletions

View file

@ -188,7 +188,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();