mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
revert to old style
This commit is contained in:
parent
c556d96772
commit
d3d9320eb9
1 changed files with 2 additions and 2 deletions
|
@ -1208,12 +1208,12 @@ fn link_wasm32(
|
|||
// include wasi libc
|
||||
// using `-lc` is broken in zig 8 (and early 9) in combination with ReleaseSmall
|
||||
wasi_libc_path.to_str().unwrap(),
|
||||
&format!("-femit-bin={}", output_path.display()),
|
||||
&format!("-femit-bin={}", output_path.to_str().unwrap()),
|
||||
"-target",
|
||||
"wasm32-wasi-musl",
|
||||
"--pkg-begin",
|
||||
"str",
|
||||
&zig_str_path.display().to_string(),
|
||||
zig_str_path.to_str().unwrap(),
|
||||
"--pkg-end",
|
||||
"--strip",
|
||||
"-O",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue