summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-06-07 15:38:32 +0200
committerCarlos Martín Nieto <[email protected]>2014-06-07 15:43:05 +0200
commitaabeb7f585da1cf966191886eab732db0020a41a (patch)
treed414cc7e46aece422e47f9ec43ada6b4ba59dcab /git.go
parent6862c2c82d89d30b0283d8a7e77851a802534daa (diff)
Really build statically
Diffstat (limited to 'git.go')
-rw-r--r--git.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/git.go b/git.go
index 5e43dff..8154278 100644
--- a/git.go
+++ b/git.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: --static libgit2
#include <git2.h>
#include <git2/errors.h>
*/