|
@@ -519,8 +519,8 @@
|
|
|
#if defined(__symbian__) || LJ_TARGET_WINDOWS
|
|
#if defined(__symbian__) || LJ_TARGET_WINDOWS
|
|
|
#define LUAJIT_NO_EXP2
|
|
#define LUAJIT_NO_EXP2
|
|
|
#endif
|
|
#endif
|
|
|
-// Urho3D - tvOS port, system is not available for tvOS and also its simulator
|
|
|
|
|
-#if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0) || __TV_OS_VERSION_MIN_REQUIRED
|
|
|
|
|
|
|
+// Urho3D - system is not available for iOS/tvOS and also its simulator
|
|
|
|
|
+#if LJ_TARGET_CONSOLE || __IPHONE_OS_VERSION_MIN_REQUIRED || __TV_OS_VERSION_MIN_REQUIRED
|
|
|
#define LJ_NO_SYSTEM 1
|
|
#define LJ_NO_SYSTEM 1
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|