mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
fix bug in passing arguments to zig
This commit is contained in:
parent
958a4a0a4c
commit
e5fe8ab023
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ pub fn build_c_host_native(
|
||||||
return build_zig_host_native(
|
return build_zig_host_native(
|
||||||
env_path,
|
env_path,
|
||||||
env_home,
|
env_home,
|
||||||
&format!("-femit-bin={}", dest),
|
dest,
|
||||||
sources[0],
|
sources[0],
|
||||||
find_zig_str_path().to_str().unwrap(),
|
find_zig_str_path().to_str().unwrap(),
|
||||||
"x86_64-windows-gnu",
|
"x86_64-windows-gnu",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue