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 b8d0161 commit 34560a2
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 @@ -34,7 +34,7 @@ if [[ $RID == android-* ]]; then
ABI=armeabi-v7a
fi

$ANDROID_NDK_HOME/ndk-build --version
$ANDROID_NDK_HOME/ndk-build.cmd --version
CMAKE_ANDROID=" -DCMAKE_SYSTEM_NAME=Android \
-DCMAKE_SYSTEM_VERSION=24 \
-DCMAKE_ANDROID_ARCH_ABI=$ABI \
Expand Down

0 comments on commit 34560a2

Please sign in to comment.