We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc9167 commit b966296Copy full SHA for b966296
1 file changed
build.zig
@@ -1,8 +1,7 @@
1
const std = @import("std");
2
3
pub fn build(b: *std.Build) void {
4
- b.addModule(.{
5
- .name = "diffz",
+ _ = b.addModule("diffz", .{
6
.source_file = .{ .path = "DiffMatchPatch.zig" },
7
});
8
}
0 commit comments