| ... | ... | @@ -30,8 +30,8 @@ comptime { |
| 30 | 30 | builtin.zig_backend == .stage2_arm or |
| 31 | 31 | builtin.zig_backend == .stage2_riscv64 or |
| 32 | 32 | builtin.zig_backend == .stage2_sparcv9 or |
| 33 | | (builtin.zig_backend == .stage2_llvm and native_os != .linux) or |
| 34 | | (builtin.zig_backend == .stage2_llvm and native_arch != .x86_64)) |
| 33 | (builtin.zig_backend == .stage2_llvm and native_os != .linux and native_os != .macos) or |
| 34 | (builtin.zig_backend == .stage2_llvm and native_arch != .x86_64 and native_arch != .aarch64)) |
| 35 | 35 | { |
| 36 | 36 | if (builtin.output_mode == .Exe) { |
| 37 | 37 | if ((builtin.link_libc or builtin.object_format == .c) and @hasDecl(root, "main")) { |