Update build.zig (#19)

This commit is contained in:
xdBronch 2024-01-05 11:02:16 -05:00 committed by GitHub
parent 77ccba4b4a
commit e10bf15962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,6 @@ const std = @import("std");
pub fn build(b: *std.Build) void {
_ = b.addModule("diffz", .{
.source_file = .{ .path = "DiffMatchPatch.zig" },
.root_source_file = .{ .path = "DiffMatchPatch.zig" },
});
}