mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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 {
|
pub fn fromTarget(target: std.Target) !SDK {
|
||||||
return switch (target.os.tag) {
|
return switch (target.os.tag) {
|
||||||
.macos => .{ .platform = "MacOSX", .version = "14.2" },
|
.macos => .{ .platform = "MacOSX", .version = "14" },
|
||||||
else => {
|
else => {
|
||||||
std.log.err("unsupported os={}", .{target.os.tag});
|
std.log.err("unsupported os={}", .{target.os.tag});
|
||||||
return error.UnsupportedOS;
|
return error.UnsupportedOS;
|
||||||
|
Reference in New Issue
Block a user