Fix Lua test suite regression

This commit is contained in:
Justine Tunney 2023-11-03 07:01:12 -07:00
parent 5e8c928f1a
commit aa106c9356
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 2 additions and 3 deletions

View file

@ -117,7 +117,6 @@ THIRD_PARTY_LUA_A_OBJS = \
THIRD_PARTY_LUA_A_DIRECTDEPS = \
LIBC_CALLS \
LIBC_DLOPEN \
LIBC_FMT \
LIBC_INTRIN \
LIBC_MEM \

View file

@ -58,10 +58,10 @@
#endif
//#if defined(LUA_USE_LINUX)
#if defined(LUA_USE_LINUX)
#define LUA_USE_POSIX
#define LUA_USE_DLOPEN /* needs an extra library: -ldl */
//#endif
#endif
#if defined(LUA_USE_MACOSX)