Skip to content

Commit 9d5fe1a

Browse files
committed
dont specify a stl as it seems not needed
1 parent 3f4f0fb commit 9d5fe1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ APP_PROJECT_PATH := $(call my-dir)/..
88
APP_MODULES := application sdl sdl_main tremor png jpeg freetype sdl_ttf sdl_image sqlite3
99

1010
APP_ABI := $(ARCH)
11-
APP_STL := gnustl_static
11+
#APP_STL := gnustl_static
1212
APP_CFLAGS += $(OFLAG)

0 commit comments

Comments
 (0)