We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25b31c commit efc9167Copy full SHA for efc9167
build.zig
@@ -0,0 +1,8 @@
1
+const std = @import("std");
2
+
3
+pub fn build(b: *std.Build) void {
4
+ b.addModule(.{
5
+ .name = "diffz",
6
+ .source_file = .{ .path = "DiffMatchPatch.zig" },
7
+ });
8
+}
0 commit comments