Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Jan 13, 2024
1 parent 514b220 commit 24983f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pub fn build(b: *std.Build) void {
_ = dep_opts;

_ = b.addModule("struct-env", .{
.source_file = .{ .path = "src/lib.zig" },
.dependencies = &.{},
.root_source_file = .{ .path = "src/lib.zig" },
.imports = &.{},
});

// const lib = b.addStaticLibrary(.{
Expand Down

0 comments on commit 24983f0

Please sign in to comment.