| author | |
| committer | |
| log | 6a1fecea675061ce4f62148319941ce7b9e91877 |
| tree | a254dbfc4119071e6fc99e7565129592416cd3a3 |
| parent | 7daf0b6f4660245ac518c663f8971aad7e540da8 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -477,7 +477,7 @@ pub fn build(b: *std.Build) !void { |
| 477 | 477 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 478 | 478 | .aarch64 => 659_809_075, |
| 479 | 479 | .loongarch64 => 598_902_374, |
| 480 | .powerpc64le => 550_656_409, | |
| 480 | .powerpc64le => 627_431_833, | |
| 481 | 481 | .riscv64 => 827_043_430, |
| 482 | 482 | .s390x => 580_596_121, |
| 483 | 483 | .x86_64 => 3_290_894_745, |