1
0

also build android x86_64 arch. update python-for-android to include x86_64 qt5 patch.

This commit is contained in:
Sander van Grieken
2023-01-06 10:44:48 +01:00
parent a4a2134db5
commit 3129fdb358
2 changed files with 3 additions and 1 deletions

View File

@@ -93,6 +93,8 @@ if [[ "$2" == "all" ]] ; then
make $TARGET
#export APP_ANDROID_ARCH=x86
#make $TARGET
export APP_ANDROID_ARCH=x86_64
make $TARGET
else
export APP_ANDROID_ARCH=$2
make $TARGET