SDL: Fixed clang C++ exception support in setEnvironment build scripts

This commit is contained in:
Sergii Pylypenko
2018-06-21 20:36:50 +03:00
parent 3988790916
commit 19ad345143
10 changed files with 49 additions and 36 deletions

View File

@@ -396,7 +396,7 @@ echo "# android-21 = Android 5.1, the first version with SO_REUSEPORT defined."
echo APP_PLATFORM=$APP_PLATFORM >> AndroidAppSettings.cfg
echo >> AndroidAppSettings.cfg
echo "# Specify architectures to compile, 'all' or 'y' to compile for all architectures." >> AndroidAppSettings.cfg
echo "# Available architectures: armeabi armeabi-v7a x86 mips arm64-v8a" >> AndroidAppSettings.cfg
echo "# Available architectures: armeabi-v7a x86 mips arm64-v8a" >> AndroidAppSettings.cfg
echo MultiABI=\'$MultiABI\' >> AndroidAppSettings.cfg
echo >> AndroidAppSettings.cfg
echo "# Optional shared libraries to compile - removing some of them will save space" >> AndroidAppSettings.cfg