summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-12-31 19:46:38 +0000
committerCarlos Martín Nieto <[email protected]>2014-12-31 19:46:38 +0000
commitdae3004ca339f568db8991cf4d93d0ad6fbaffd1 (patch)
tree5dbc19b7a1d5d6faa8fecf4c8b6b2c4559084d4e /Makefile
parentdb3754ce8db412a7fd82cca2d0f91ddbcf90b475 (diff)
parentef839080596bd9fbead5db1e91f698bebfd4024a (diff)
Merge pull request #162 from libgit2/revert-159-cgo-directives
Revert "Make the cgo tool do more linking work"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 ./...