Cocoa Port: Enable Lua's ability to use dynamic-linked libraries.

This commit is contained in:
rogerman 2017-10-20 12:50:48 -07:00
parent 45572fb277
commit 70d6df40d6
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
#define FT2_BUILD_LIBRARY #define FT2_BUILD_LIBRARY
#define DARWIN_NO_CARBON #define DARWIN_NO_CARBON
#define LUA_USE_POSIX
#define LUA_USE_DLOPEN
#if defined(__i386__) || defined(__x86_64__) #if defined(__i386__) || defined(__x86_64__)
#define HAVE_JIT #define HAVE_JIT
#endif #endif