Skip to content

Commit b0b011a

Browse files
author
Ben Chatelain
committed
Revert "Fix libgit2 (Mac) build"
This reverts commit fd67e2b.
1 parent fd67e2b commit b0b011a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

script/update_libgit2

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ fi
2222
mkdir build
2323
cd build
2424

25-
cmake -DBUILD_SHARED_LIBS:BOOL=OFF \
26-
-DLIBSSH2_INCLUDE_DIR:PATH=../../External/libssh2-ios/include/libssh2/ \
27-
-DBUILD_CLAR:BOOL=OFF \
28-
-DTHREADSAFE:BOOL=ON \
29-
..
25+
cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_CLAR:BOOL=OFF -DTHREADSAFE:BOOL=ON ..
3026
cmake --build .
3127

3228
product="libgit2.a"

0 commit comments

Comments
 (0)