Skip to content

Commit bca300c

Browse files
committed
新版本luajit的ios编译问题
1 parent 6edfd64 commit bca300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/luajit-2.1.0b3/src/lj_arch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
#if defined(__ANDROID__) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS
617617
#define LUAJIT_NO_LOG2
618618
#endif
619-
#if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0)
619+
#if LJ_TARGET_CONSOLE || LJ_TARGET_IOS
620620
#define LJ_NO_SYSTEM 1
621621
#endif
622622

0 commit comments

Comments
 (0)