We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd65f5 commit fc0ea92Copy full SHA for fc0ea92
1 file changed
nattlua.lua
@@ -14,7 +14,7 @@ elseif select(1, ...) == "test" then
14
_G.STARTUP_PROFILE = true
15
end
16
17
-if jit then
+if jit and not _G.BUNDLE then
18
if not package.searchpath("nattlua.cli.init", package.path) then
19
local current_path
20
local ffi = require("ffi")
0 commit comments