diff options
| author | 2024-07-10 10:36:48 +0300 | |
|---|---|---|
| committer | 2024-07-10 10:37:11 +0300 | |
| commit | 7a1fe22046e374461c37fb232dca0a1a1733a532 (patch) | |
| tree | 4059384936d404792db2cdfd7469dec971daf91f /build.zig | |
| parent | Update for zig 0.13.0 (diff) | |
| download | zig-xdg-7a1fe22046e374461c37fb232dca0a1a1733a532.tar.gz zig-xdg-7a1fe22046e374461c37fb232dca0a1a1733a532.tar.xz zig-xdg-7a1fe22046e374461c37fb232dca0a1a1733a532.zip | |
Diffstat (limited to '')
| -rw-r--r-- | build.zig | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -1,6 +1,3 @@ | |||
| 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 = .{ .src_path = .{ | 2 | _ = b.addModule("xdg", .{ .root_source_file = b.path("xdg.zig") }); |
| 3 | .owner = b, | ||
| 4 | .sub_path = "xdg.zig", | ||
| 5 | } } }); | ||
| 6 | } | 3 | } |