This commit is contained in:
blueloveTH 2023-12-09 19:27:50 +08:00
parent 877ad7de18
commit 26c9fbbcf3
2 changed files with 1 additions and 4 deletions

View File

@ -126,8 +126,6 @@ jobs:
cp build/android/x86_64/libpocketpy.so output/android/x86_64
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
CXX: clang++
CC: clang
- uses: actions/upload-artifact@v3
with:
path: output

View File

@ -11,7 +11,6 @@ cmake \
-DANDROID_ABI=$1 \
-DANDROID_PLATFORM=android-22 \
../../.. \
-DPK_BUILD_SHARED_LIB=ON -DPK_USE_CJSON=ON -DPK_USE_BOX2D=ON \
-DCMAKE_BUILD_TYPE=Release
-DPK_BUILD_SHARED_LIB=ON -DPK_USE_CJSON=ON -DPK_USE_BOX2D=ON
cmake --build . --config Release