diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-12-31 19:46:38 +0000 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-12-31 19:46:38 +0000 |
| commit | dae3004ca339f568db8991cf4d93d0ad6fbaffd1 (patch) | |
| tree | 5dbc19b7a1d5d6faa8fecf4c8b6b2c4559084d4e /Makefile | |
| parent | db3754ce8db412a7fd82cca2d0f91ddbcf90b475 (diff) | |
| parent | ef839080596bd9fbead5db1e91f698bebfd4024a (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ./... |
