add missing arch choice to spec
This commit is contained in:
parent
3e4e2266c8
commit
cf62bf8a89
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ fullscreen = 0
|
|||
# (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
|
||||
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
|
||||
android.arch = armeabi-v7a
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue