mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
working on macos
This commit is contained in:
@@ -21,7 +21,7 @@ pub fn build(b: *std.Build) !void {
|
||||
var flags = std.ArrayList([]const u8).init(b.allocator);
|
||||
defer flags.deinit();
|
||||
lib.addCSourceFile(.{
|
||||
.file = b.path("os/log.c"),
|
||||
.file = b.path("os/zig_log.c"),
|
||||
.flags = flags.items,
|
||||
});
|
||||
lib.addCSourceFile(.{
|
||||
|
||||
Reference in New Issue
Block a user