From 81c2b921fec17720f695bdc1d2afdea4bc01dacc Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Thu, 11 Feb 2021 19:47:33 +0800 Subject: [PATCH] Update LuaJIT commit hash --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b78ea7c..d1dad7ea 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,7 +201,7 @@ endif() set(MEGA_ZLIB_VER "1.2.11") set(MEGA_LUA51_VER "5.1.5") -set(MEGA_LUAJIT_VER "2.1.0-1d8b747") +set(MEGA_LUAJIT_VER "2.1.0-ec6edc5") set(MEGA_LIBOGG_VER "1.3.2") set(MEGA_LIBVORBIS_VER "1.3.5") set(MEGA_LIBTHEORA_VER "1.1.1")