Android: Readded support for libc++ and use it as the standard STL
This commit is contained in:
parent
757094a25b
commit
3a2e176e59
3 changed files with 28 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
NDK_TOOLCHAIN_VERSION := 4.9
|
||||
APP_PLATFORM := android-9
|
||||
APP_STL := stlport_shared
|
||||
APP_STL := c++_shared
|
||||
APP_ABI := armeabi-v7a
|
||||
APP_MODULES := sfml-activity sfml-example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue