summaryrefslogtreecommitdiff
path: root/script/build-libgit2.sh
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-04-01 12:43:28 +0200
committerCarlos Martín Nieto <[email protected]>2014-04-01 12:43:28 +0200
commitfa41ce8575cc277ef2b4790c34657a50fa181bff (patch)
tree48c5387770a3d4bcb6b4e43125d37271a9d7b589 /script/build-libgit2.sh
parent1b4962cafe384148c4aed89b76e7edaa12ed9291 (diff)
parentb2a2a279d96890c9578370ec4db50c1da31f18d7 (diff)
Merge pull request #73 from libgit2/cmn/settings
Add a settings package
Diffstat (limited to 'script/build-libgit2.sh')
-rwxr-xr-xscript/build-libgit2.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/script/build-libgit2.sh b/script/build-libgit2.sh
index aa43df5..8376a15 100755
--- a/script/build-libgit2.sh
+++ b/script/build-libgit2.sh
@@ -11,7 +11,3 @@ cmake -DTHREADSAFE=ON \
.
make install
-
-# Let the Go build system know where to find libgit2
-export LD_LIBRARY_PATH="$TMPDIR/libgit2/install/lib"
-export PKG_CONFIG_PATH="$TMPDIR/libgit2/install/lib/pkgconfig"