android_new: x86_64 is not a valid option for android.arch
This commit is contained in:
parent
afa0c78857
commit
da461e4906
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ fullscreen = 1
|
|||
# (bool) Copy library instead of making a libpymodules.so
|
||||
#android.copy_libs = 1
|
||||
|
||||
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
|
||||
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86
|
||||
android.arch = armeabi-v7a
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue