OpenTTD-JGR: enable all architectures

This commit is contained in:
pelya
2021-01-06 01:01:51 +02:00
parent c4cb02f731
commit 4a5c9ea8c5
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ APP_PLATFORM=
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
# Available architectures: armeabi-v7a arm64-v8a x86 x86_64
MultiABI='arm64-v8a' # armeabi-v7a x86 x86_64
MultiABI='arm64-v8a armeabi-v7a x86 x86_64'
# Optional shared libraries to compile - removing some of them will save space
# MP3 patents are expired, but libmad license is GPL, not LGPL