mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Enabled the x86_64 architecture in the example export presets for android, as it gets built automatically.
This commit is contained in:
parent
08011097d6
commit
e6d7c5c5f9
@ -20,7 +20,7 @@ custom_template/export_format=0
|
||||
architectures/armeabi-v7a=true
|
||||
architectures/arm64-v8a=true
|
||||
architectures/x86=true
|
||||
architectures/x86_64=false
|
||||
architectures/x86_64=true
|
||||
keystore/debug=""
|
||||
keystore/debug_user=""
|
||||
keystore/debug_password=""
|
||||
@ -307,7 +307,7 @@ custom_template/export_format=0
|
||||
architectures/armeabi-v7a=true
|
||||
architectures/arm64-v8a=true
|
||||
architectures/x86=true
|
||||
architectures/x86_64=false
|
||||
architectures/x86_64=true
|
||||
keystore/debug=""
|
||||
keystore/debug_user=""
|
||||
keystore/debug_password=""
|
||||
|
Loading…
Reference in New Issue
Block a user