Skip to content

Commit 3c21c96

Browse files
committed
Merge pull request #491 from phatblat/ben/xcode7/libgit2-build
Fix intermittent libgit2 iOS build failures
2 parents c80f861 + 6c66e65 commit 3c21c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update_libgit2_ios

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function build_libgit2 ()
4242
LOG="${INSTALL_PREFIX}/build-libgit2.log"
4343
echo "$LOG"
4444

45-
cmake -DCMAKE_C_COMPILER=clang \
45+
cmake \
4646
-DCMAKE_C_COMPILER_WORKS:BOOL=ON \
4747
-DBUILD_SHARED_LIBS:BOOL=OFF \
4848
-DCMAKE_LIBRARY_PATH:PATH=../../External/libssh2-ios/lib/ \

0 commit comments

Comments
 (0)