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