1
0

android build: rm x86_64 target from "all" alias, since it is broken

(and release.sh uses the "all" target)

see https://github.com/spesmilo/electrum/issues/8278
This commit is contained in:
SomberNight
2023-03-23 14:38:19 +00:00
parent 0ebcc7df63
commit b2372f2d53

View File

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