summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-12-31 19:43:20 +0000
committerCarlos Martín Nieto <[email protected]>2014-12-31 19:43:20 +0000
commitef839080596bd9fbead5db1e91f698bebfd4024a (patch)
tree5dbc19b7a1d5d6faa8fecf4c8b6b2c4559084d4e /git.go
parentdb3754ce8db412a7fd82cca2d0f91ddbcf90b475 (diff)
Revert "Make the cgo tool do more linking work"
Diffstat (limited to 'git.go')
-rw-r--r--git.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/git.go b/git.go
index 6a5562a..89bd561 100644
--- a/git.go
+++ b/git.go
@@ -1,8 +1,6 @@
package git
/*
-#cgo pkg-config: --static --define-variable=libdir=vendor/libgit2/build --define-variable=includedir=vendor/libgit2/include vendor/libgit2/build/libgit2.pc
-#cgo LDFLAGS: -lgit2
#include <git2.h>
*/
import "C"