mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
explicitly indicate the output file
This commit is contained in:
parent
23411ea147
commit
51fdd43838
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue