Browse Source

Fix Android/x86 build.

Mike Pall 13 years ago
parent
commit
e32cc2a0dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lj_arch.h

+ 1 - 1
src/lj_arch.h

@@ -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__)