diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1,3 +1,6 @@ | |||
| 1 | pub fn build(b: *@import("std").Build) void { | 1 | pub fn build(b: *@import("std").Build) void { |
| 2 | _ = b.addModule("xdg", .{ .root_source_file = .{ .path = "xdg.zig" } }); | 2 | _ = b.addModule("xdg", .{ .root_source_file = .{ .src_path = .{ |
| 3 | .owner = b, | ||
| 4 | .sub_path = "xdg.zig", | ||
| 5 | } } }); | ||
| 3 | } | 6 | } |