mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
zig remove explicit libc dep in 32-bit mode
This commit is contained in:
parent
71c0a325ee
commit
fdd34a5d3e
4 changed files with 14 additions and 7 deletions
|
@ -195,8 +195,9 @@ pub fn build_zig_host_wasm32(
|
|||
"--library",
|
||||
"c",
|
||||
"-target",
|
||||
"i386-linux-musl",
|
||||
// "i386-linux-musl",
|
||||
// "wasm32-wasi",
|
||||
"wasm32-unknown-unknown-wasi",
|
||||
// "-femit-llvm-ir=/home/folkertdev/roc/roc/examples/benchmarks/platform/host.ll",
|
||||
])
|
||||
.output()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue