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 1109b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![codecov](https://codecov.io/gh/Hanaasagi/struct-env/branch/master/graph/badge.svg?token=DQQZETSCW3)](https://codecov.io/gh/Hanaasagi/struct-env)
![](https://img.shields.io/badge/language-zig-%23ec915c)

**NOTE: Minimum Supported Zig Version is 0.12.0-dev.1297+a9e66ed73**
**NOTE: Minimum Supported Zig Version is 0.12.0-dev.2058+04ac028a2**

## What is `struct-env`

Expand Down
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 1109b6b

Please sign in to comment.