diff options
| author | Indrajith Latha | 2025-11-03 16:35:24 +0530 |
|---|---|---|
| committer | Indrajith Latha | 2025-11-03 16:35:24 +0530 |
| commit | 3afcbd32001fc2ab2dcee1553268dbb39dabf070 (patch) | |
| tree | 1688d23dfa289a854eb04f9f1a26176950135d8d /CMakeLists.txt | |
| parent | 929076b5766e0b9c5d8bfec3967a71e15a078bc9 (diff) | |
| download | reilua-enhanced-3afcbd32001fc2ab2dcee1553268dbb39dabf070.tar.gz reilua-enhanced-3afcbd32001fc2ab2dcee1553268dbb39dabf070.tar.bz2 reilua-enhanced-3afcbd32001fc2ab2dcee1553268dbb39dabf070.zip | |
Disable LUAJIT option to use liblua.a instead of missing libluajit.a
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |
