There was an error while loading. Please reload this page.
1 parent 8b184e3 commit ba0b266Copy full SHA for ba0b266
2 files changed
build.zig
@@ -91,7 +91,10 @@ pub fn build(b: *std.Build) void {
91
.SIZE_T_STDDEF_H = 1,
92
.SIZE_T_TYPES_H = null,
93
.STDC_HEADERS = 1,
94
- .SYSTEM_NAME = "linux-gnu",
+ .SYSTEM_NAME = b.fmt("{s}-{s}", .{
95
+ @tagName(target.result.cpu.arch),
96
+ @tagName(target.result.os.tag),
97
+ }),
98
.TURN_OFF_FPE_TRAPS = null,
99
.TURN_ON_FPE_TRAPS = null,
100
.USE_IEEEFP_H = null,
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = .awk,
3
- .version = "0.0.1",
+ .version = "1.3.4-20250131",
4
.minimum_zig_version = "0.15.1",
5
.fingerprint = 0xc4a2fe42a08b135,
6
.dependencies = .{
0 commit comments