fixup: FSEvents watcher

This commit is contained in:
CJ van den Berg 2026-02-20 19:53:43 +01:00
parent 7614eea30e
commit 311209649f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

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");
}