From 3afcbd32001fc2ab2dcee1553268dbb39dabf070 Mon Sep 17 00:00:00 2001 From: Indrajith Latha Date: Mon, 3 Nov 2025 16:35:24 +0530 Subject: Disable LUAJIT option to use liblua.a instead of missing libluajit.a --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bedca9..4cfba5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ project( ReiLua ) set( CMAKE_C_STANDARD 99 ) # Requires C99 standard option( SHARED "Build using dynamic libraries." off ) -option( LUAJIT "Use LuaJIT." on ) +option( LUAJIT "Use LuaJIT." off ) option( LUA_EVENTS "Enable Lua event callbacks (RL.event)." off ) option( DYNAMIC_SYMBOLS "Expose all dynamic symbols with rdynamic." off ) option( EXPOSE_API_SYMBOLS "Expose dynamic symbols only for get and push functions of variable types." off ) -- cgit v1.2.3