Skip to content

Commit

Permalink
Package: Add build.zig to list of paths (#29)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
urso committed Mar 20, 2024
1 parent 9825dde commit 6329967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.name = "pgzx",
.version = "0.1.0",
.paths = .{
"build.zig",
"src",
},
}

0 comments on commit 6329967

Please sign in to comment.