diff --git a/build.zig b/build.zig index 6343401f..81773d8a 100644 --- a/build.zig +++ b/build.zig @@ -49,7 +49,7 @@ pub fn build(b: *Build) !void { const zig_module = b.createModule(.{ .source_file = .{ .path = "deps/zig/lib.zig" }, }); - const aro_module = b.createModule(.{ + const aro_module = b.addModule("aro", .{ .source_file = .{ .path = "src/lib.zig" }, .dependencies = &.{.{ .name = "zig",