update hosts

This commit is contained in:
Folkert 2021-05-15 00:34:32 +02:00
parent 180d162b13
commit c5759d36b3

View File

@ -14,7 +14,6 @@ comptime {
// -fcompiler-rt in link.rs instead of doing this. Note that this
// workaround is present in many host.zig files, so make sure to undo
// it everywhere!
if (std.builtin.os.tag == .macos) {
_ = @import("compiler_rt");
}