Skip to content

Commit ce3657a

Browse files
committed
Update build script for cmake changes
1 parent 2a65758 commit ce3657a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.libgit2.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ pushd libgit2/build
2727
export _BINPATH=`pwd`
2828

2929
cmake -DCMAKE_BUILD_TYPE:STRING=Release \
30-
-DBUILD_CLAR:BOOL=OFF \
30+
-DBUILD_TESTS:BOOL=OFF \
3131
-DUSE_SSH=OFF \
32-
-DENABLE_TRACE=ON \
3332
-DLIBGIT2_FILENAME=git2-$SHORTSHA \
3433
-DCMAKE_OSX_ARCHITECTURES=$OSXARCHITECTURE \
3534
-DUSE_HTTPS=$USEHTTPS \

0 commit comments

Comments
 (0)