From 82fa4bffbb9a8ede3b60f75fb83af625e2208e73 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Wed, 11 Sep 2024 19:14:55 +0300 Subject: [PATCH] pmt: use static libc++_shared --- build/others/makefile.applicationmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/others/makefile.applicationmk b/build/others/makefile.applicationmk index 9330aad..5fcf2d7 100755 --- a/build/others/makefile.applicationmk +++ b/build/others/makefile.applicationmk @@ -25,6 +25,6 @@ APP_ABI := \ APP_PLATFORM := android-21 APP_OPTIM := release -APP_STL := c++_shared +APP_STL := c++_static # end