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 ddcc038 commit af4cb23Copy full SHA for af4cb23
build.libgit2.sh
@@ -26,7 +26,7 @@ pushd libgit2/build
26
27
export _BINPATH=`pwd`
28
29
-cmake xx-clang --print-cmake-defines \
+cmake $(xx-clang --print-cmake-defines) \
30
-DCMAKE_BUILD_TYPE:STRING=Release \
31
-DBUILD_TESTS:BOOL=OFF \
32
-DUSE_SSH=exec \
0 commit comments