We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4767a6f commit 58c90aeCopy full SHA for 58c90ae
emmy_debugger/src/emmy_debugger.cpp
@@ -969,7 +969,7 @@ bool Debugger::DoEval(std::shared_ptr<EvalContext> evalContext)
969
// setup env
970
#ifndef EMMY_USE_LUA_SOURCE
971
lua_setfenv(L, fIdx);
972
-#elif EMMY_LUA_51
+#elif defined(EMMY_LUA_51) || defined(EMMY_LUA_JIT)
973
974
#else //52 & 53
975
lua_setupvalue(L, fIdx, 1);
0 commit comments