fixup: FSEvents watcher
This commit is contained in:
parent
aa5f189175
commit
6a6d9b07d2
2 changed files with 7 additions and 5 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue