OpenTTD: enable all architectures

This commit is contained in:
pelya
2023-05-20 01:21:07 +03:00
parent 9aa360df04
commit d75428ec05

View File

@@ -277,7 +277,7 @@ APP_PLATFORM=19
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
# Available architectures: armeabi-v7a arm64-v8a x86 x86_64
MultiABI='armeabi-v7a'
MultiABI='armeabi-v7a arm64-v8a 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