Try c++ shared instead of gnu_stl

This commit is contained in:
Victor Shcherb 2018-07-26 00:08:37 +02:00
parent c1ef6650a9
commit 5a6e39b49f

View file

@ -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