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
a02be34c07
commit
05a0240e25
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
Add a link
Reference in a new issue