mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
build: fix linking bugs for macos test
This commit is contained in:
@ -703,6 +703,9 @@ fn addDeps(
|
||||
step.addModule("objc", objc.module(b));
|
||||
step.addModule("macos", mod_macos);
|
||||
_ = try macos.link(b, step, .{});
|
||||
|
||||
// todo: do this is in zig-objc instead.
|
||||
step.linkSystemLibraryName("objc");
|
||||
}
|
||||
|
||||
// Tracy
|
||||
|
@ -37,6 +37,7 @@ pub fn link(
|
||||
});
|
||||
step.linkFramework("Carbon");
|
||||
step.linkFramework("CoreFoundation");
|
||||
step.linkFramework("CoreGraphics");
|
||||
step.linkFramework("CoreText");
|
||||
return lib;
|
||||
}
|
||||
|
Reference in New Issue
Block a user