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

ffi not enabled for Cygwin, for the moment.

parent ed1b86c9
Branches
Tags
No related merge requests found
......@@ -151,6 +151,13 @@ static void (lua_remove)(lua_State *L, int idx) {
#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
/* for the moment */
#if (defined __CYGWIN__)
#undef FFI_ENABLE_LUATEX_INTERFACE
#endif
#ifdef _WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment