Skip to content

Commit c906271

Browse files
committed
Disable CURL in libgit2 iOS build
1 parent 549717d commit c906271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/update_libgit2_ios

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function build_libgit2 ()
5151
-DCMAKE_INSTALL_PREFIX:PATH="${INSTALL_PREFIX}/" \
5252
-DBUILD_CLAR:BOOL=OFF \
5353
-DTHREADSAFE:BOOL=ON \
54+
-DCURL:BOOL=OFF \
5455
"${SYS_ROOT}" \
5556
-DCMAKE_OSX_ARCHITECTURES:STRING="${ARCH}" \
5657
.. >> "${LOG}" 2>&1

0 commit comments

Comments
 (0)