| ... | ... | @@ -9,13 +9,12 @@ pub fn build(b: *std.Build) !void { |
| 9 | 9 | for ([_]struct { std.Target.Os.Tag, []const std.Target.Cpu.Arch }{ |
| 10 | 10 | // .s390x and mips64(el) fail to build |
| 11 | 11 | .{ .linux, &.{ .aarch64, .aarch64_be, .loongarch64, .powerpc64, .powerpc64le, .riscv64, .x86_64 } }, |
| 12 | | .{ .macos, &.{ .x86_64, .aarch64 } }, |
| 12 | .{ .macos, &.{ .aarch64, .x86_64 } }, |
| 13 | 13 | |
| 14 | | // Missing system headers |
| 15 | | // https://github.com/ziglang/zig/issues/24736 |
| 14 | // https://github.com/ziglang/zig/issues/24841 |
| 16 | 15 | // .{ .freebsd, &.{ .aarch64, .powerpc64, .powerpc64le, .riscv64, .x86_64 } }, |
| 17 | | // https://github.com/ziglang/zig/issues/24737 |
| 18 | | // .{ .netbsd, &.{ .aarch64, .aarch64_be, .x86_64 } }, |
| 16 | |
| 17 | .{ .netbsd, &.{.x86_64} }, |
| 19 | 18 | |
| 20 | 19 | // TSan doesn't have full support for windows yet. |
| 21 | 20 | // .{ .windows, &.{ .aarch64, .x86_64 } }, |