Skip to content

Commit 6c66e65

Browse files
committed
Stop letting cmake determine which clang to use
1 parent c80f861 commit 6c66e65

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)