Skip to content

Commit ef45c00

Browse files
authored
scm, fix: Update build to use b.path (#20)
1 parent e10bf15 commit ef45c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ const std = @import("std");
22

33
pub fn build(b: *std.Build) void {
44
_ = b.addModule("diffz", .{
5-
.root_source_file = .{ .path = "DiffMatchPatch.zig" },
5+
.root_source_file = b.path("DiffMatchPatch.zig"),
66
});
77
}

0 commit comments

Comments
 (0)