File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed
Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11set -e
22
3- cmake ../../../../../../hlibgit2/libgit2 \
3+ git clone https://github.com/libgit2/libgit2.git libgit2
4+ cd libgit2
5+ git checkout 45fd9ed7ae1a9b74b957ef4f337bc3c8b3df01b5
6+
7+ cmake . \
48 -D USE_NTLMCLIENT=OFF
59
10+ cd ..
11+
612echo "include-dirs:
7- ${PWD}/include
8- ${PWD}/src
9- ${PWD}/src/libgit2
10- ${PWD}/src/util
13+ ${PWD}/libgit2/include
14+ ${PWD}/libgit2/src
15+ ${PWD}/libgit2/src/libgit2
16+ ${PWD}/libgit2/src/util
17+ ${PWD}/libgit2/deps/http-parser
18+ ${PWD}/libgit2/deps/xdiff
1119 "> hlibgit2.buildinfo
Original file line number Diff line number Diff line change @@ -363,11 +363,11 @@ Library
363363 libgit2/src/libgit2/crlf.c
364364
365365 include-dirs :
366- libgit2/include
367- libgit2/src/libgit2
368- libgit2/src/util
369- libgit2/deps/http-parser
370- libgit2/deps/xdiff
366+ -- libgit2/include
367+ -- libgit2/src/libgit2
368+ -- libgit2/src/util
369+ -- libgit2/deps/http-parser
370+ -- libgit2/deps/xdiff
371371 --libgit2/deps/pcre
372372 --libgit2/deps/zlib
373373 --libgit2/deps/ntlmclient
You can’t perform that action at this time.
0 commit comments