Skip to content

Commit

Permalink
Update build.libgit2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BaY1251 committed Mar 23, 2024
1 parent e12c424 commit 7d361b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.libgit2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ $RID == android-* ]]; then
-DCMAKE_SYSTEM_VERSION=24 \
-DCMAKE_ANDROID_ARCH_ABI=$ABI \
-DCMAKE_ANDROID_NDK=$ANDROID_NDK_HOME \
-DCMAKE_ANDROID_STL_TYPE=system \
-DCMAKE_ANDROID_STL_TYPE=gabi++_static \
"
echo $CMAKE_ANDROID
fi
Expand Down

0 comments on commit 7d361b2

Please sign in to comment.