We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd67e2b commit b0b011aCopy full SHA for b0b011a
script/update_libgit2
@@ -22,11 +22,7 @@ fi
22
mkdir build
23
cd build
24
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
- ..
+cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_CLAR:BOOL=OFF -DTHREADSAFE:BOOL=ON ..
30
cmake --build .
31
32
product="libgit2.a"
0 commit comments