Disable LUAJIT option to use liblua.a instead of missing libluajit.a

This commit is contained in:
Indrajith Latha
2025-11-03 16:35:24 +05:30
parent 929076b576
commit 3afcbd3200

View File

@@ -11,7 +11,7 @@ project( ReiLua )
set( CMAKE_C_STANDARD 99 ) # Requires C99 standard set( CMAKE_C_STANDARD 99 ) # Requires C99 standard
option( SHARED "Build using dynamic libraries." off ) 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( LUA_EVENTS "Enable Lua event callbacks (RL.event)." off )
option( DYNAMIC_SYMBOLS "Expose all dynamic symbols with rdynamic." 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 ) option( EXPOSE_API_SYMBOLS "Expose dynamic symbols only for get and push functions of variable types." off )