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:
@@ -59,7 +59,10 @@ pub fn build(b: *std.Build) !void {
|
||||
});
|
||||
|
||||
if (target.result.isDarwin()) {
|
||||
if (!target.query.isNative()) try @import("apple_sdk").addPaths(b, lib);
|
||||
if (!target.query.isNative()) {
|
||||
try @import("apple_sdk").addPaths(b, lib);
|
||||
try @import("apple_sdk").addPathsModule(b, module);
|
||||
}
|
||||
lib.addCSourceFile(.{
|
||||
.file = imgui.path("backends/imgui_impl_metal.mm"),
|
||||
.flags = flags.items,
|
||||
|
||||
Reference in New Issue
Block a user