Skip to content

Commit aa02176

Browse files
committed
Clean up whitespace in script/update_libgit2
1 parent 69235e4 commit aa02176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

script/update_libgit2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ mkdir build
2323
cd build
2424

2525
cmake -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+
..
3030
cmake --build .
3131

3232
product="libgit2.a"

0 commit comments

Comments
 (0)