From 7bd057156fdaa455b6a2e964bd4bdb9cfdc48a01 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Wed, 11 Sep 2024 16:52:00 +0300 Subject: [PATCH] pmt: workflow try fix build issues with NDK --- build/others/makefile.androidmk | 1 - build/others/makefile.applicationmk | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build/others/makefile.androidmk b/build/others/makefile.androidmk index 7e43415..fb68c03 100755 --- a/build/others/makefile.androidmk +++ b/build/others/makefile.androidmk @@ -60,6 +60,5 @@ LOCAL_SRC_FILES := \ Help.cpp LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include LOCAL_CFLAGS := $(PMT_CXXFLAGS) -LOCAL_STL := c++_static include $(BUILD_EXECUTABLE) diff --git a/build/others/makefile.applicationmk b/build/others/makefile.applicationmk index 4439b4e..9330aad 100755 --- a/build/others/makefile.applicationmk +++ b/build/others/makefile.applicationmk @@ -24,7 +24,7 @@ APP_ABI := \ armeabi-v7a APP_PLATFORM := android-21 - APP_OPTIM := release +APP_STL := c++_shared -# end \ No newline at end of file +# end