Skip to content

Commit

Permalink
chore: adapt to build system changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Jan 6, 2024
1 parent 1c1d313 commit 54fba47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});

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

const lib = b.addStaticLibrary(.{
Expand Down

0 comments on commit 54fba47

Please sign in to comment.