glfw: ensure macOS 11 system SDK applies to all 11 versions
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
aa74e04926
commit
833081e47a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ pub const Options = struct {
|
||||||
.os_tag = .macos,
|
.os_tag = .macos,
|
||||||
.os_version = .{
|
.os_version = .{
|
||||||
.semver = .{
|
.semver = .{
|
||||||
.min = .{ .major = 11, .minor = 3, .patch = std.math.maxInt(u32) },
|
.min = .{ .major = 11, .minor = 0, .patch = std.math.maxInt(u32) },
|
||||||
.max = .{ .major = 11, .minor = std.math.maxInt(u32), .patch = std.math.maxInt(u32) },
|
.max = .{ .major = 11, .minor = std.math.maxInt(u32), .patch = std.math.maxInt(u32) },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue