enable compiler rt

This commit is contained in:
Folkert de Vries 2022-08-02 14:09:53 +02:00
parent c296b5a5ac
commit d62691406f

View file

@ -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",