Enabled the x86_64 architecture in the example export presets for android, as it gets built automatically.

This commit is contained in:
Relintai 2022-03-25 21:45:03 +01:00
parent 08011097d6
commit e6d7c5c5f9

View File

@ -20,7 +20,7 @@ custom_template/export_format=0
architectures/armeabi-v7a=true architectures/armeabi-v7a=true
architectures/arm64-v8a=true architectures/arm64-v8a=true
architectures/x86=true architectures/x86=true
architectures/x86_64=false architectures/x86_64=true
keystore/debug="" keystore/debug=""
keystore/debug_user="" keystore/debug_user=""
keystore/debug_password="" keystore/debug_password=""
@ -307,7 +307,7 @@ custom_template/export_format=0
architectures/armeabi-v7a=true architectures/armeabi-v7a=true
architectures/arm64-v8a=true architectures/arm64-v8a=true
architectures/x86=true architectures/x86=true
architectures/x86_64=false architectures/x86_64=true
keystore/debug="" keystore/debug=""
keystore/debug_user="" keystore/debug_user=""
keystore/debug_password="" keystore/debug_password=""