Merge pull request #839 from OptimusGREEN/master

add missing android arch to spec file
This commit is contained in:
Andre Miras 2019-02-26 21:49:31 +00:00 committed by GitHub
commit cf880a390c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#