fix(build): more changes to make zig 0.16.0 work

This commit is contained in:
bfredl
2026-01-08 11:01:30 +01:00
parent 48c37297b4
commit 52693e7af3
12 changed files with 87 additions and 109 deletions

View File

@@ -30,9 +30,9 @@ local zig_mode = {
luajit = false,
uncrustify = false,
wasmtime = false,
libuv = false,
unibilium = 'nested',
utf8proc = 'nested',
libuv = 'nested',
}
local dependency_table = {} --- @type table<string, string>