Android: Recompile LuaJIT binaries with NDK 26.1.10909125.

This commit is contained in:
Miku AuahDark
2024-01-27 00:03:53 +08:00
parent 17eb2fe045
commit 2071a685a1
25 changed files with 29 additions and 32 deletions
+2 -2
View File
@@ -30,9 +30,9 @@
#include "lua.h"
#define LUAJIT_VERSION "LuaJIT 2.1.1694316387"
#define LUAJIT_VERSION "LuaJIT 2.1.1700008891"
#define LUAJIT_VERSION_NUM 20199 /* Deprecated. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1694316387
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1700008891
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2023 Mike Pall"
#define LUAJIT_URL "https://luajit.org/"