mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
enable compiler rt
This commit is contained in:
parent
c296b5a5ac
commit
d62691406f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ pub fn build_zig_host_native(
|
||||||
zig_str_path,
|
zig_str_path,
|
||||||
"--pkg-end",
|
"--pkg-end",
|
||||||
// include the zig runtime
|
// include the zig runtime
|
||||||
// "-fcompiler-rt",
|
"-fcompiler-rt",
|
||||||
// include libc
|
// include libc
|
||||||
"--library",
|
"--library",
|
||||||
"c",
|
"c",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue