Skip to content

Commit

Permalink
Fix Android/x86 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pall committed Mar 3, 2016
1 parent 1c45c6a commit 6f3eed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lj_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
#endif

/* Various workarounds for embedded operating systems or weak C runtimes. */
#if (defined(__ANDROID__) && !defined(LJ_TARGET_X86ORX64)) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS
#if defined(__ANDROID__) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS
#define LUAJIT_NO_LOG2
#endif
#if defined(__symbian__) || LJ_TARGET_WINDOWS
Expand Down

0 comments on commit 6f3eed9

Please sign in to comment.