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