mirror of https://github.com/bsnes-emu/bsnes.git
libretro: jni: Switch stl to c++ in preparation for ndk r20
This commit is contained in:
parent
23229f1118
commit
72be66414d
|
@ -1,2 +1,2 @@
|
|||
APP_STL := gnustl_static
|
||||
APP_STL := c++_static
|
||||
APP_ABI := all
|
||||
|
|
Loading…
Reference in New Issue