Cocoa Port: Enable Lua's ability to use dynamic-linked libraries.
This commit is contained in:
parent
45572fb277
commit
70d6df40d6
|
@ -29,6 +29,9 @@
|
|||
#define FT2_BUILD_LIBRARY
|
||||
#define DARWIN_NO_CARBON
|
||||
|
||||
#define LUA_USE_POSIX
|
||||
#define LUA_USE_DLOPEN
|
||||
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#define HAVE_JIT
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue