fixup: FSEvents watcher
This commit is contained in:
parent
7614eea30e
commit
311209649f
1 changed files with 1 additions and 0 deletions
|
|
@ -736,6 +736,7 @@ pub fn build_exe(
|
||||||
|
|
||||||
if (target.result.os.tag == .macos) {
|
if (target.result.os.tag == .macos) {
|
||||||
exe.addFrameworkPath(b.dependency("xcode-frameworks", .{}).path("Frameworks"));
|
exe.addFrameworkPath(b.dependency("xcode-frameworks", .{}).path("Frameworks"));
|
||||||
|
exe.addLibraryPath(b.dependency("xcode-frameworks", .{}).path("lib"));
|
||||||
exe.linkFramework("CoreServices");
|
exe.linkFramework("CoreServices");
|
||||||
exe.linkFramework("CoreFoundation");
|
exe.linkFramework("CoreFoundation");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue