Skip to content

Commit 86d1550

Browse files
committed
fix: add build.zig.zon
1 parent a4ea24f commit 86d1550

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.zig.zon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.{
2+
.name = "zig-build-macos-sdk",
3+
.version = "0.0.0",
4+
.paths = .{"."},
5+
.dependencies = .{},
6+
}

0 commit comments

Comments
 (0)