Skip to content

Commit

Permalink
Update build.libgit2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BaY1251 authored Mar 25, 2024
1 parent c682d70 commit 8be2eb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.libgit2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +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=none \
-Dinline=
-DCMAKE_ANDROID_STL_TYPE=gnustl_static
"
echo $CMAKE_ANDROID
fi
Expand Down

0 comments on commit 8be2eb4

Please sign in to comment.