Skip to content

Commit 6329967

Browse files
authored
Package: Add build.zig to list of paths (#29)
Add missing `build.zig` file to list of exported paths. This fixes an issue where projects depending on pgzx can not import the pgzx build tools.
1 parent 9825dde commit 6329967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig.zon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.name = "pgzx",
33
.version = "0.1.0",
44
.paths = .{
5+
"build.zig",
56
"src",
67
},
78
}

0 commit comments

Comments
 (0)