mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
Maybe this will help macos
This commit is contained in:
@@ -38,8 +38,10 @@ pub fn build(b: *std.Build) !void {
|
||||
module.linkFramework("CoreVideo", .{});
|
||||
}
|
||||
|
||||
if (!target.query.isNative()) try apple_sdk.addPaths(b, lib);
|
||||
|
||||
if (!target.query.isNative()) {
|
||||
try apple_sdk.addPaths(b, lib);
|
||||
try apple_sdk.addPathsModule(b, module);
|
||||
}
|
||||
b.installArtifact(lib);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user