diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-11-17 03:38:10 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-11-17 03:38:10 +0000 |
| commit | 68db615cd5f5ef731ca7018b251b43106c5a9f47 (patch) | |
| tree | cd135e3fde86ff21a0329cbb9ea84fc5394e4ca2 /Common/make | |
| parent | Update readme.md (diff) | |
| download | DiligentCore-68db615cd5f5ef731ca7018b251b43106c5a9f47.tar.gz DiligentCore-68db615cd5f5ef731ca7018b251b43106c5a9f47.zip | |
Fixed Android build issues
Diffstat (limited to 'Common/make')
| -rw-r--r-- | Common/make/AppCommon.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Common/make/AppCommon.mk b/Common/make/AppCommon.mk index e97fe140..e8e68067 100644 --- a/Common/make/AppCommon.mk +++ b/Common/make/AppCommon.mk @@ -1,14 +1,14 @@ APP_PLATFORM := android-19 APP_ABI := armeabi-v7a -# NDK_TOOLCHAIN_VERSION := clang NDK_TOOLCHAIN_VERSION := 4.9 APP_STL := gnustl_static +# NDK_TOOLCHAIN_VERSION := clang +# APP_STL := c++_static ifeq ($(APP_OPTIM),release) APP_CFLAGS := -O2 -DNDEBUG -g $(APP_CFLAGS) else APP_CFLAGS := -O0 -g -D_DEBUG $(APP_CFLAGS) -# APP_CPPFLAGS := -frtti $(APP_CPPFLAGS) - APP_CPPFLAGS := --rtti $(APP_CPPFLAGS) + APP_CPPFLAGS := -frtti $(APP_CPPFLAGS) endif
\ No newline at end of file |
