| author | |
| committer | |
| log | 6b77bb3f91cd75fbc0ee1f5f67c2e284b0d81efc |
| tree | da942545f3515e0d468e49568604e4e5b4466135 |
| parent | 0437decca9553e129dcc33a4b33164c9d2ce2db0 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -524,7 +524,7 @@ pub fn build(b: *std.Build) !void { |
| 524 | 524 | .powerpc64le => 597_897_625, |
| 525 | 525 | .riscv64 => 636_429_516, |
| 526 | 526 | .s390x => 574_166_630, |
| 527 | .x86_64 => 868_445_388, | |
| 527 | .x86_64 => 978_463_129, | |
| 528 | 528 | else => 900_000_000, |
| 529 | 529 | }, |
| 530 | 530 | .macos => switch (b.graph.host.result.cpu.arch) { |