lua-users home
lua-l archive
Turn off LUA_USE_DLOPEN on iOS
[
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
: 2017年3月14日 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
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル