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 75f2d5f commit eb018cc
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=stlport_shared \
-DCMAKE_ANDROID_STL_TYPE=none \
"
echo $CMAKE_ANDROID
fi
Expand Down

0 comments on commit eb018cc

Please sign in to comment.