fixup: FSEvents watcher

This commit is contained in:
CJ van den Berg 2026-02-20 19:53:43 +01:00
parent aa5f189175
commit 6a6d9b07d2
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 7 additions and 5 deletions

View file

@ -736,6 +736,7 @@ pub fn build_exe(
if (target.result.os.tag == .macos) {
exe.addFrameworkPath(b.dependency("xcode-frameworks", .{}).path("Frameworks"));
exe.addLibraryPath(b.dependency("xcode-frameworks", .{}).path("lib"));
exe.linkFramework("CoreServices");
exe.linkFramework("CoreFoundation");
}