working on macos

This commit is contained in:
Mitchell Hashimoto
2025-03-12 10:13:31 -07:00
parent 43467690f3
commit 7e9be00924
8 changed files with 8 additions and 8 deletions

View File

@@ -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(.{