fix bug in passing arguments to zig

This commit is contained in:
Folkert 2022-11-11 00:34:16 +01:00
parent 958a4a0a4c
commit e5fe8ab023
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -416,7 +416,7 @@ pub fn build_c_host_native(
return build_zig_host_native(
env_path,
env_home,
&format!("-femit-bin={}", dest),
dest,
sources[0],
find_zig_str_path().to_str().unwrap(),
"x86_64-windows-gnu",