SDL: fixed pure C libraries containing exception information

This commit is contained in:
Sergii Pylypenko
2018-01-29 22:45:06 +02:00
parent fd8735fe6f
commit ad4a0bc52c
13 changed files with 18 additions and 4 deletions

View File

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