summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.zig b/build.zig
index dfc9dce..13692f9 100644
--- a/build.zig
+++ b/build.zig
@@ -1,6 +1,3 @@
1pub fn build(b: *@import("std").Build) void { 1pub 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}