Browse Source

Adding android to pointer size preprocessor check

Josh Engebretson 10 years ago
parent
commit
56de0d3bb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/ThirdParty/Duktape/duk_config.h

+ 1 - 1
Source/ThirdParty/Duktape/duk_config.h

@@ -1316,7 +1316,7 @@
  */
 #if defined(DUK_F_X86) || defined(DUK_F_X32) || \
     defined(DUK_F_M68K) || defined(DUK_F_PPC32) || \
-    defined(DUK_F_BCC) || \
+    defined(DUK_F_BCC) || defined(ANDROID) || \
     (defined(__WORDSIZE) && (__WORDSIZE == 32))
 #define DUK_F_32BIT_PTRS
 #elif defined(DUK_F_X64) || \