From ef839080596bd9fbead5db1e91f698bebfd4024a Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Wed, 31 Dec 2014 19:43:20 +0000 Subject: Revert "Make the cgo tool do more linking work" --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39fc558..3040857 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build-libgit2: test: build-libgit2 go run script/check-MakeGitError-thread-lock.go - go test ./... + ./script/with-static.sh go test ./... install: build-libgit2 - go install ./... + ./script/with-static.sh go install ./... -- cgit v1.2.3