Skip to content

Commit 45d5a6a

Browse files
authored
Merge pull request htacg#2 from readdle/fix/disable-stl-for-andorid
Dev: disable STL for Android
2 parents d1e6e0e + 734b70e commit 45d5a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-android-swift/Application.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
APP_ABI := armeabi-v7a
22
NDK_TOOLCHAIN_VERSION := clang
33
APP_PLATFORM := android-21
4-
APP_STL := gnustl_static
4+
APP_STL := none

0 commit comments

Comments
 (0)