mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-20 06:20:32 +00:00
Attempt to fix building on macos
This commit is contained in:
@@ -63,6 +63,7 @@ pub fn build(b: *std.Build) !void {
|
||||
try flags.appendSlice(&.{"-DHAVE_CORETEXT=1"});
|
||||
try apple_sdk.addPaths(b, lib);
|
||||
lib.linkFramework("ApplicationServices");
|
||||
module.linkFramework("ApplicationServices", .{});
|
||||
}
|
||||
|
||||
lib.addCSourceFile(.{
|
||||
|
||||
Reference in New Issue
Block a user