Browse Source

Merge pull request #139 from vnen/pr-android-x86

Fix Scons flag to build for Android x86
Rémi Verschelde 9 years ago
parent
commit
64d6ca3d18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reference/compiling_for_android.rst

+ 1 - 1
reference/compiling_for_android.rst

@@ -91,7 +91,7 @@ replaced.
 at runtime.
 
 If you also want to include support for x86 Android, add the following
-compile flag: ``x86=yes``, then copy/symlink the resulting folder to
+compile flag: ``android_arch=x86``, then copy/symlink the resulting binary to
 the ``x86`` folder:
 
 ::