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

@@ -320,6 +320,7 @@ static void emit_vmdef(BuildCtx *ctx)
char buf[80];
int i;
fprintf(ctx->fp, "-- This is a generated file. DO NOT EDIT!\n\n");
fprintf(ctx->fp, "assert(require(\"jit\").version == \"%s\", \"LuaJIT core/library version mismatch\")\n\n", LUAJIT_VERSION);
fprintf(ctx->fp, "module(...)\n\n");
fprintf(ctx->fp, "bcnames = \"");