SDL: Attempt to fix async text input

This commit is contained in:
Sergii Pylypenko
2017-09-26 22:27:53 +03:00
parent 7953493704
commit 5223f423d8
6 changed files with 8 additions and 10 deletions

View File

@@ -255,7 +255,7 @@ APP_PLATFORM=
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
# Available architectures: armeabi armeabi-v7a x86 mips arm64-v8a
MultiABI='armeabi-v7a x86 arm64-v8a'
MultiABI='armeabi-v7a' # x86 arm64-v8a
# Optional shared libraries to compile - removing some of them will save space
# MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed