summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2013-11-14 00:23:04 +0100
committerCarlos Martín Nieto <[email protected]>2013-11-14 00:23:04 +0100
commita5ad8de506b7b15b656afebadc742564bd9a72f7 (patch)
treeba7d90049c75c4c088ccaf3d0ee45702e93a0133 /config.go
parentb5b891a03d9154add260d2ba18e7d12b4768130b (diff)
Don't repeat the pkg-config line
This is only needed once per package. Having it on every file makes the build system ask about it n times, which is silly.
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.go b/config.go
index ec8b8d0..dcad2a7 100644
--- a/config.go
+++ b/config.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/