glfw: ensure macOS 11 system SDK applies to all 11 versions

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-25 00:33:01 -07:00
parent aa74e04926
commit 833081e47a

View file

@ -78,7 +78,7 @@ pub const Options = struct {
.os_tag = .macos,
.os_version = .{
.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) },
},
},