From cb51ad4452bbe3a7fd47937eda147893170ccfdc Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 27 Aug 2024 19:02:53 +0200 Subject: [PATCH] Update to LuaJIT 20240824 (#1913) A few fixes, *should* be mostly tame ;). --- thirdparty/luajit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/luajit/CMakeLists.txt b/thirdparty/luajit/CMakeLists.txt index 58222cf1e..c07359160 100644 --- a/thirdparty/luajit/CMakeLists.txt +++ b/thirdparty/luajit/CMakeLists.txt @@ -96,7 +96,7 @@ endif() append_tree_install_commands(INSTALL_CMD src/jit jit) external_project( - DOWNLOAD GIT 04dca7911ea255f37be799c18d74c305b921c1a6 + DOWNLOAD GIT f725e44cda8f359869bf8f92ce71787ddca45618 https://github.com/LuaJIT/LuaJIT PATCH_FILES ${PATCH_FILES} PATCH_COMMAND ${PATCH_CMD}