Fix Android/x86 build.

This commit is contained in:
Mike Pall 2012-10-17 14:22:26 +02:00
parent 4baa01be78
commit e32cc2a0dc

View File

@ -395,7 +395,7 @@
#endif
/* Various workarounds for embedded operating systems. */
#if defined(__ANDROID__) || defined(__symbian__)
#if (defined(__ANDROID__) && !defined(LJ_TARGET_X86ORX64)) || defined(__symbian__)
#define LUAJIT_NO_LOG2
#endif
#if defined(__symbian__)