lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Turn off LUA_USE_DLOPEN on iOS
From
: 云风 Cloud Wu <cloudwu@
...
>
Date
: Tue, 14 Mar 2017 07:22:40 +0000
Linking dlopen() and dlsym() on iOS is forbidden by apple now.
https://forums.developer.apple.com/thread/73640
So I suggest add this into luaconf.h
#if defined(TARGET_OS_IPHONE) && defined(LUA_USE_DLOPEN)
#undef LUA_USE_DLOPEN
#endif
Follow-Ups
:
Re: Turn off LUA_USE_DLOPEN on iOS
,
Nagaev Boris
Prev by Date:
Re: Writing scripts that are compatible with Lua 5.1, 5.2, and 5.3?
Next by Date:
Re: Turn off LUA_USE_DLOPEN on iOS
Previous by thread:
Re: Quiteing clang static analyzer
Next by thread:
Re: Turn off LUA_USE_DLOPEN on iOS
Index(es):
Date
Thread