mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
pkg/apple-sdk: depend on macOS 14 SDK
This commit is contained in:
@ -41,7 +41,7 @@ const SDK = struct {
|
||||
|
||||
pub fn fromTarget(target: std.Target) !SDK {
|
||||
return switch (target.os.tag) {
|
||||
.macos => .{ .platform = "MacOSX", .version = "14.2" },
|
||||
.macos => .{ .platform = "MacOSX", .version = "14" },
|
||||
else => {
|
||||
std.log.err("unsupported os={}", .{target.os.tag});
|
||||
return error.UnsupportedOS;
|
||||
|
Reference in New Issue
Block a user