Switch build system to rolling releases.

This commit is contained in:
Mike Pall
2023-08-21 03:06:26 +02:00
parent c345946819
commit 50e0fa03c4
13 changed files with 87 additions and 27 deletions

View File

@@ -41,7 +41,6 @@
-- Cache some library functions and objects.
local jit = require("jit")
assert(jit.version_num == 20005, "LuaJIT core/library version mismatch")
local jutil = require("jit.util")
local vmdef = require("jit.vmdef")
local bit = require("bit")