Update to zig 14 build system

This commit is contained in:
Merlyn Morgan-Graham 2025-03-22 17:35:22 -07:00
parent 2d7d3b6e1b
commit 56b987be70
2 changed files with 23 additions and 21 deletions

View file

@ -1,8 +1,10 @@
.{
.name = "lua",
.name = .lua,
.version = "5.4.7",
.fingerprint = 0xd671372bcadcaace,
.dependencies = .{
.lua = .{
.url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",