Skip to content

Commit

Permalink
fix module root path
Browse files Browse the repository at this point in the history
  • Loading branch information
ErenTheTitan committed Feb 16, 2023
1 parent dc7ad22 commit cf1949e
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 @@ -17,7 +17,7 @@ pub fn build(b: *std.Build) void {

const module = b.addModule(.{
.name = "io",
.source_file = .{ .path = "io.zig" },
.source_file = .{ .path = "src/io.zig" },
});

// We do not have an example of using the zig module yet.
Expand Down

0 comments on commit cf1949e

Please sign in to comment.