summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Noble <pixel@nobis-crew.org>2013-07-30 16:58:31 -0700
committerNicolas Noble <pixel@nobis-crew.org>2013-07-30 16:58:31 -0700
commitf4458b5600efe78b45db55459dfe49539ddec64f (patch)
tree66537f2a317ecc64b53a173adf4a6985ab2d6a56
parentaece7605a2ecd9382796d4d89b95341c21c8d587 (diff)
Actually opening the LuaJIT's FFI library.
-rw-r--r--src/LuaTask.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LuaTask.cc b/src/LuaTask.cc
index f94a2b4..5075c36 100644
--- a/src/LuaTask.cc
+++ b/src/LuaTask.cc
@@ -24,6 +24,7 @@ Balau::LuaMainTask::LuaMainTask() {
L.open_debug();
L.open_bit();
L.open_jit();
+ L.open_ffi();
}
Balau::LuaMainTask::~LuaMainTask() {