Skip to content

Commit f1cbebf

Browse files
Paul Schuegrafnulltoken
authored andcommitted
Linux build: clean directory before build as it may exist already.
1 parent ddc6238 commit f1cbebf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.libgit2sharp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PREVIOUS_LD=$LD_LIBRARY_PATH
44

5+
rm -rf cmake-build
56
mkdir cmake-build && cd cmake-build
67

78
cmake -DBUILD_SHARED_LIBS:BOOL=ON -DTHREADSAFE:BOOL=ON -DBUILD_CLAR:BOOL=OFF -DCMAKE_INSTALL_PREFIX=./libgit2-bin ../libgit2

0 commit comments

Comments
 (0)