summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-14 17:57:12 -0600
committerJeff Carr <[email protected]>2025-02-14 17:57:12 -0600
commit9c30d41e406c9a75f560b15ea8e63691551b4308 (patch)
tree0c1525ad879c2b2b03cad9f6e4ba31057bb92093 /Makefile
parentc9a7e84e5be3d60214f2a9db02a851ed10263b22 (diff)
using /opt/libgit2 for test buildsHEADv0.1.4v0.1.3maindevel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c70ebc..e1c5a1e 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ generate: static-build/install/lib/libgit2.a
test:
-go-mod-clean # go install go.wit.com/apps/go-mod-clean@latest
go run script/check-MakeGitError-thread-lock.go
- PKG_CONFIG_PATH=/opt/libgit2/ go test -v -x $(TEST_ARGS) ./...
+ LD_LIBRARY_PATH=/opt/libgit2 PKG_CONFIG_PATH=/opt/libgit2/ go test -v -x $(TEST_ARGS) ./...
add-remote:
git remote add git2go https://github.com/libgit2/git2go.git