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