explicitly indicate the output file

This commit is contained in:
Folkert de Vries 2022-08-01 23:12:53 +02:00
parent 23411ea147
commit 51fdd43838

View file

@ -130,7 +130,7 @@ pub fn build_zig_host_native(
} }
command.args(&[ command.args(&[
zig_host_src, zig_host_src,
emit_bin, &format!("-femit-bin={}", emit_bin),
"--pkg-begin", "--pkg-begin",
"str", "str",
zig_str_path, zig_str_path,