mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 23:44:08 +00:00
Use __IPHONE_OS_VERSION_MIN_REQUIRED instead of __IPHONE_OS_VERSION_MAX_ALLOWED
This commit is contained in:
parent
24fa020c5e
commit
832a652f42
@ -498,7 +498,7 @@
|
|||||||
#if defined(__symbian__) || LJ_TARGET_WINDOWS
|
#if defined(__symbian__) || LJ_TARGET_WINDOWS
|
||||||
#define LUAJIT_NO_EXP2
|
#define LUAJIT_NO_EXP2
|
||||||
#endif
|
#endif
|
||||||
#if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_8_0)
|
#if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0)
|
||||||
/* system() is deprecated starting from iOS 8.0 */
|
/* system() is deprecated starting from iOS 8.0 */
|
||||||
#define LJ_NO_SYSTEM 1
|
#define LJ_NO_SYSTEM 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user