Merge pull request #839 from OptimusGREEN/master
add missing android arch to spec file
This commit is contained in:
commit
cf880a390c
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…
Reference in a new issue