Skip to content
Snippets Groups Projects
Commit 22dcc15c authored by Luigi Scarso's avatar Luigi Scarso
Browse files

enabled ffi for OSX

[[Split portion of a mixed commit.]]
parent 21fd3ad9
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ static void (lua_remove)(lua_State *L, int idx) {
/* See ffi.c: replace luaopen_ffi with a stub */
/* if FFI_ENABLE_LUATEX_INTERFACE is not defined */
#if (defined ARCH_X86 || defined ARCH_X64) && (defined OS_CE || defined OS_WIN || defined OS_LINUX || defined OS_BSD || defined OS_POSIX)
#if (defined ARCH_X86 || defined ARCH_X64) && (defined OS_CE || defined OS_WIN || defined OS_LINUX || defined OS_BSD || defined OS_POSIX || defined OS_OSX)
#define FFI_ENABLE_LUATEX_INTERFACE
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment