File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ config ()
1010{
1111 # A whitespace-separated list of executables that must be present and locatable.
1212 # These will each be installed through Homebrew if not found.
13- : ${REQUIRED_TOOLS=" xctool cmake libssh2 libtool autoconf automake pkg-config" }
13+ : ${REQUIRED_TOOLS=" cmake libssh2 libtool autoconf automake pkg-config" }
1414
1515 export REQUIRED_TOOLS
1616}
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ mkdir build
2323cd build
2424
2525cmake -DBUILD_SHARED_LIBS:BOOL=OFF \
26- -DLIBSSH2_INCLUDE_DIRS:PATH=/usr/local/include/ \
27- -DBUILD_CLAR:BOOL=OFF \
28- -DTHREADSAFE:BOOL=ON \
29- ..
26+ -DLIBSSH2_INCLUDE_DIRS:PATH=/usr/local/include/ \
27+ -DBUILD_CLAR:BOOL=OFF \
28+ -DTHREADSAFE:BOOL=ON \
29+ ..
3030cmake --build .
3131
3232product=" libgit2.a"
You can’t perform that action at this time.
0 commit comments