mirror of
https://github.com/ziglang/zig.git
synced 2026-02-16 14:28:57 +00:00
std.Target: bump linux max version to 6.17
This commit is contained in:
parent
0116d98093
commit
a9c648c060
@ -439,7 +439,7 @@ pub const Os = struct {
|
||||
|
||||
break :blk default_min;
|
||||
},
|
||||
.max = .{ .major = 6, .minor = 16, .patch = 0 },
|
||||
.max = .{ .major = 6, .minor = 17, .patch = 0 },
|
||||
},
|
||||
.glibc = blk: {
|
||||
// For 32-bit targets that traditionally used 32-bit time, we require
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user