From 125e9d651bb970ed2431845ca8c1916e6965a3c2 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 9 Dec 2023 19:11:56 +0800 Subject: [PATCH] ... --- build_android.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_android.sh b/build_android.sh index 4c42e9df..8197770d 100644 --- a/build_android.sh +++ b/build_android.sh @@ -12,3 +12,5 @@ cmake \ -DANDROID_PLATFORM=android-22 \ ../../.. \ -DPK_BUILD_SHARED_LIB=ON -DPK_USE_CJSON=ON -DPK_USE_BOX2D=ON + +cmake --build . --config Release