diff options
| author | T <t@tjp.lol> | 2026-05-26 10:33:24 -0600 |
|---|---|---|
| committer | T <t@tjp.lol> | 2026-05-26 10:42:41 -0600 |
| commit | edad4fc123099a780d960feea4fe37efb6d979d8 (patch) | |
| tree | 7fea8bf150fb80af493d7da65417872a4df460e5 /build.zig.zon | |
| parent | c2f727e188c1558bcc6b34569af2feab3b0366c0 (diff) | |
include and link lua 5.4, smoke test in panto cli main.zig
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon index 5531d78..82794fc 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,6 +6,10 @@ .panto = .{ .path = "libpanto", }, + .lua_src = .{ + .url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz", + .hash = "N-V-__8AAIMvFABt-Qcpk24RD10ldEN743D8Q2e19Er8x3dJ", + }, }, .paths = .{ "build.zig", |
