Skip to content

Commit 0ad514d

Browse files
authored
scm, fix: Update build to use b.path (#48)
1 parent bf79988 commit 0ad514d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ const std = @import("std");
22

33
pub fn build(b: *std.Build) void {
44
_ = b.addModule("known-folders", .{
5-
.root_source_file = .{ .path = "known-folders.zig" },
5+
.root_source_file = b.path("known-folders.zig"),
66
});
77
}

0 commit comments

Comments
 (0)