Skip to content

Commit

Permalink
Update build.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
xdBronch authored and ikskuh committed Jan 3, 2024
1 parent 8bb4bf7 commit 806ba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const std = @import("std");

pub fn build(b: *std.Build) void {
_ = b.addModule("known-folders", .{
.source_file = .{ .path = "known-folders.zig" },
.root_source_file = .{ .path = "known-folders.zig" },
});
}

0 comments on commit 806ba01

Please sign in to comment.