+4
-1
lines changedFilter options
+4
-1
lines changed Original file line number Diff line number Diff line change
@@ -553,7 +553,10 @@ if(NOT WIN32)
553
553
endif()
554
554
endforeach()
555
555
elseif(LUA_PRG MATCHES "luajit")
556
-
set(LUAC_PRG "${LUA_PRG} -b -s %s -" CACHE STRING "Format for compiling to Lua bytecode")
556
+
check_lua_module(${LUA_PRG} "jit.bcsave" LUAJIT_HAS_JIT_BCSAVE)
557
+
if(LUAJIT_HAS_JIT_BCSAVE)
558
+
set(LUAC_PRG "${LUA_PRG} -b -s %s -" CACHE STRING "Format for compiling to Lua bytecode")
559
+
endif()
557
560
endif()
558
561
endif()
559
562
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4