git2go/script
Patrick Steinhardt d8f9990d4d
Fix installation of libgit2 into wrong libdir (#624)
Upstream libgit2 has migrated to use the GNUInstallDirs module to decide
where things will be installed to by default. While it improves
consistency with the host system, we're not really after that when
building the vendored libgit2 library, and in fact libgit2.{a,pc} may
now be installed into a different directory than before as it started to
depend on the host platform.

Fix this by explicitly specifying that we want the library and pkgconfig
file to be installed into a plain "lib/" directory.
2020-07-25 13:08:04 -07:00
..
build-libgit2-dynamic.sh Update CI configuration 2020-02-22 18:21:38 -08:00
build-libgit2-static.sh Update CI configuration 2020-02-22 18:21:38 -08:00
build-libgit2.sh Fix installation of libgit2 into wrong libdir (#624) 2020-07-25 13:08:04 -07:00
check-MakeGitError-thread-lock.go Avoid installing script binary to user's $GOPATH/bin. 2015-04-16 18:45:53 -07:00
install-libgit2.sh Update libgit2 version to install on Travis to 24 2016-03-07 11:33:44 +01:00