add missing arch choice to spec

This commit is contained in:
OptimusGREEN 2019-02-26 20:01:44 +00:00
parent 3e4e2266c8
commit cf62bf8a89

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
#