mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
Maybe this will help macos
This commit is contained in:
@@ -62,6 +62,7 @@ pub fn build(b: *std.Build) !void {
|
||||
if (coretext_enabled) {
|
||||
try flags.appendSlice(&.{"-DHAVE_CORETEXT=1"});
|
||||
try apple_sdk.addPaths(b, lib);
|
||||
try apple_sdk.addPathsModule(b, module);
|
||||
lib.linkFramework("ApplicationServices");
|
||||
module.linkFramework("ApplicationServices", .{});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user