Try c++ shared instead of gnu_stl
This commit is contained in:
parent
c1ef6650a9
commit
5a6e39b49f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
APP_STL := gnustl_shared
|
||||
# APP_STL := gnustl_shared
|
||||
APP_STL := c++_shared
|
||||
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
||||
APP_SHORT_COMMANDS := true
|
||||
|
||||
|
|
Loading…
Reference in a new issue