-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved all includes to cloned libgit2 checkout in configure script
- Loading branch information
1 parent
961b0a3
commit b56af8a
Showing
2 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
set -e | ||
|
||
cmake ../../../../../../hlibgit2/libgit2 \ | ||
git clone https://github.com/libgit2/libgit2.git libgit2 | ||
cd libgit2 | ||
git checkout 45fd9ed7ae1a9b74b957ef4f337bc3c8b3df01b5 | ||
|
||
cmake . \ | ||
-D USE_NTLMCLIENT=OFF | ||
|
||
cd .. | ||
|
||
echo "include-dirs: | ||
${PWD}/include | ||
${PWD}/src | ||
${PWD}/src/libgit2 | ||
${PWD}/src/util | ||
${PWD}/libgit2/include | ||
${PWD}/libgit2/src | ||
${PWD}/libgit2/src/libgit2 | ||
${PWD}/libgit2/src/util | ||
${PWD}/libgit2/deps/http-parser | ||
${PWD}/libgit2/deps/xdiff | ||
"> hlibgit2.buildinfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters