We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edfd64 commit bca300cCopy full SHA for bca300c
build/luajit-2.1.0b3/src/lj_arch.h
@@ -616,7 +616,7 @@
616
#if defined(__ANDROID__) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS
617
#define LUAJIT_NO_LOG2
618
#endif
619
-#if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0)
+#if LJ_TARGET_CONSOLE || LJ_TARGET_IOS
620
#define LJ_NO_SYSTEM 1
621
622
0 commit comments