We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eeaac commit 1772c50Copy full SHA for 1772c50
build.libgit2.sh
@@ -15,6 +15,7 @@ cmake -DCMAKE_BUILD_TYPE:STRING=Release \
15
-DENABLE_TRACE=ON \
16
-DLIBGIT2_FILENAME=git2-$SHORTSHA \
17
-DCMAKE_OSX_ARCHITECTURES="i386;x86_64" \
18
+ -DUSE_BUNDLED_ZLIB=ON \
19
..
20
cmake --build .
21
0 commit comments