Disable LUAJIT option to use liblua.a instead of missing libluajit.a
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user