Skip to content

Commit

Permalink
Replace Lua 5.4 with LuaJIT
Browse files Browse the repository at this point in the history
* Replace Lua 5.4 with LuaJIT, with compat layer for used functions that don't exist, as a drop-in replacement.

(cherry picked from commit 1b24211)
  • Loading branch information
Lyrth committed Feb 9, 2024
1 parent 0b31367 commit df15653
Show file tree
Hide file tree
Showing 70 changed files with 549 additions and 29,836 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "deps/first/patternsleuth"]
path = deps/first/patternsleuth
url = [email protected]:trumank/patternsleuth.git
[submodule "deps/first/LuaRaw/LuaJIT"]
path = deps/first/LuaRaw/LuaJIT
url = [email protected]:LuaJIT/LuaJIT.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(UE4SSMonorepo)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

enable_language(CXX ASM_MASM)
enable_language(CXX ASM ASM_MASM)
include(CheckIPOSupported)
include(GNUInstallDirs)

Expand Down
Loading

0 comments on commit df15653

Please sign in to comment.