Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 committed Aug 29, 2024
1 parent 122e21d commit 19d7ee9
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions project/luajit/include/luaconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#endif
#define LUA_LROOT "/usr/local"
#define LUA_LUADIR "/lua/5.1/"
#define LUA_LJDIR "/luajit-2.1/"

#ifdef LUA_ROOT
#define LUA_JROOT LUA_ROOT
Expand All @@ -51,7 +50,11 @@
#define LUA_RCPATH
#endif

#define LUA_JPATH ";" LUA_JROOT "/share" LUA_LJDIR "?.lua"
#ifndef LUA_LJDIR
#define LUA_LJDIR LUA_JROOT "/share/luajit-2.1"
#endif

#define LUA_JPATH ";" LUA_LJDIR "/?.lua"
#define LUA_LLDIR LUA_LROOT "/share" LUA_LUADIR
#define LUA_LCDIR LUA_LROOT "/" LUA_LMULTILIB LUA_LUADIR
#define LUA_LLPATH ";" LUA_LLDIR "?.lua;" LUA_LLDIR "?/init.lua"
Expand Down
4 changes: 2 additions & 2 deletions project/luajit/include/luajit.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

#include "lua.h"

#define LUAJIT_VERSION "LuaJIT 2.1.1720049189"
#define LUAJIT_VERSION "LuaJIT 2.1.1724512491"
#define LUAJIT_VERSION_NUM 20199 /* Deprecated. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1720049189
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1724512491
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2023 Mike Pall"
#define LUAJIT_URL "https://luajit.org/"

Expand Down
Binary file modified project/luajit/lib/Android/libluajit-arm64.a
Binary file not shown.
Binary file modified project/luajit/lib/Android/libluajit-armv7a.a
Binary file not shown.
Binary file modified project/luajit/lib/Android/libluajit-x86.a
Binary file not shown.
Binary file modified project/luajit/lib/Android/libluajit-x86_64.a
Binary file not shown.
Binary file modified project/luajit/lib/MacOS/libluajit.a
Binary file not shown.
Binary file modified project/luajit/lib/MinGW/libluajit.a
Binary file not shown.
Binary file modified project/luajit/lib/Windows/lua51.lib
Binary file not shown.
Binary file modified project/luajit/lib/iOS/libluajit_device.a
Binary file not shown.
Binary file modified project/luajit/lib/iOS/libluajit_sim.a
Binary file not shown.

0 comments on commit 19d7ee9

Please sign in to comment.