Skip to content

Commit 915315c

Browse files
committed
WIP
1 parent 9fa3977 commit 915315c

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
@@ -26,8 +26,7 @@ pushd libgit2/build
2626

2727
export _BINPATH=`pwd`
2828

29-
cmake $(xx-clang --print-cmake-defines) \
30-
-DCMAKE_BUILD_TYPE:STRING=Release \
29+
cmake -DCMAKE_BUILD_TYPE:STRING=Release \
3130
-DBUILD_TESTS:BOOL=OFF \
3231
-DUSE_SSH=exec \
3332
-DLIBGIT2_FILENAME=git2-$SHORTSHA \

0 commit comments

Comments
 (0)