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

Commit 950cb93

Browse files
committed
Load LuaJIT FFI library
1 parent 80bb0c2 commit 950cb93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Managers/LuaMan.cpp

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

0 commit comments

Comments
 (0)