glfw: system_sdk: bump max major linux version (#602)
This commit is contained in:
parent
b19ef0319a
commit
d2358e8edf
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ pub const Options = struct {
|
||||||
.linux = .{
|
.linux = .{
|
||||||
.range = .{
|
.range = .{
|
||||||
.min = .{ .major = 3, .minor = 16 },
|
.min = .{ .major = 3, .minor = 16 },
|
||||||
.max = .{ .major = 5, .minor = std.math.maxInt(u32) },
|
.max = .{ .major = 6, .minor = std.math.maxInt(u32) },
|
||||||
},
|
},
|
||||||
.glibc = .{ .major = 0, .minor = 0 },
|
.glibc = .{ .major = 0, .minor = 0 },
|
||||||
},
|
},
|
||||||
|
@ -95,7 +95,7 @@ pub const Options = struct {
|
||||||
.linux = .{
|
.linux = .{
|
||||||
.range = .{
|
.range = .{
|
||||||
.min = .{ .major = 3, .minor = 16 },
|
.min = .{ .major = 3, .minor = 16 },
|
||||||
.max = .{ .major = 5, .minor = std.math.maxInt(u32) },
|
.max = .{ .major = 6, .minor = std.math.maxInt(u32) },
|
||||||
},
|
},
|
||||||
.glibc = .{ .major = 0, .minor = 0 },
|
.glibc = .{ .major = 0, .minor = 0 },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue