glfw: system_sdk: bump max major linux version (#602)
This commit is contained in:
parent
864b376d97
commit
88c5f54380
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
Add a link
Reference in a new issue