Skip to content

Commit e3a97ad

Browse files
VisenDevnatecraddock
authored andcommitted
add missing path
1 parent f83c1db commit e3a97ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig.zon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = "ziglua",
33
.version = "0.1.0",
4-
.paths = .{ "build.zig", "build.zig.zon", "src", "license" },
4+
.paths = .{ "build.zig", "build.zig.zon", "src", "license", "include" },
55

66
.dependencies = .{
77
// We do not use the lua.org version of Lua 5.1.5 because there is a known security issue

0 commit comments

Comments
 (0)