Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit c35842f

Browse files
committed
Revert "Load LuaJIT FFI library" - wrong branch auto push somehow enabled
This reverts commit 950cb93.
1 parent 950cb93 commit c35842f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Managers/LuaMan.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ namespace RTE {
3434
{ LUA_MATHLIBNAME, luaopen_math },
3535
{ LUA_DBLIBNAME, luaopen_debug },
3636
{ LUA_JITLIBNAME, luaopen_jit },
37-
{ LUA_FFILIBNAME, luaopen_ffi },
3837
{ NULL, NULL } // End of array
3938
};
4039

0 commit comments

Comments
 (0)