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 23, 2024
1 parent 7d361b2 commit 9e0b9f1
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=gabi++_static \
-DCMAKE_ANDROID_STL_TYPE=gnustl_shared \
"
echo $CMAKE_ANDROID
fi
Expand Down

0 comments on commit 9e0b9f1

Please sign in to comment.