Skip to content

Commit 7f5317a

Browse files
committed
Update paths for the package
1 parent 32ca8e4 commit 7f5317a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.zig.zon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
.{
22
.name = "ziglua",
33
.version = "0.1.0",
4-
.paths = .{""},
4+
.paths = .{ "build.zig", "build.zig.zon", "src", "license" },
55

66
.dependencies = .{
7-
87
// We do not use the lua.org version of Lua 5.1.5 because there is a known security issue
98
// (CVE-2014-5461) that will not be backported. This is the most resonable solution at
109
// the moment. Maybe there will be a way to apply a patch with the build system in the

0 commit comments

Comments
 (0)