Maybe this will help macos

This commit is contained in:
Krzysztof Wolicki
2024-01-07 21:39:53 +01:00
parent 46530b572e
commit 3c78df70fb
5 changed files with 16 additions and 5 deletions

View File

@@ -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", .{});
}