summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blob.go1
-rw-r--r--checkout.go1
-rw-r--r--config.go1
-rw-r--r--index.go1
-rw-r--r--object.go1
-rw-r--r--odb.go1
-rw-r--r--packbuilder.go1
-rw-r--r--reference.go1
-rw-r--r--repository.go1
-rw-r--r--submodule.go1
-rw-r--r--walk.go1
11 files changed, 0 insertions, 11 deletions
diff --git a/blob.go b/blob.go
index cc26c92..b638c4f 100644
--- a/blob.go
+++ b/blob.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/
diff --git a/checkout.go b/checkout.go
index 92ced9e..63637e2 100644
--- a/checkout.go
+++ b/checkout.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
git_checkout_opts git_checkout_opts_init() {
git_checkout_opts ret = GIT_CHECKOUT_OPTS_INIT;
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>
*/
diff --git a/index.go b/index.go
index 72b1d5b..4a69c1e 100644
--- a/index.go
+++ b/index.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/
diff --git a/object.go b/object.go
index 7b141aa..a8aee0e 100644
--- a/object.go
+++ b/object.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/
diff --git a/odb.go b/odb.go
index 3212bac..eaa7872 100644
--- a/odb.go
+++ b/odb.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
diff --git a/packbuilder.go b/packbuilder.go
index f1407e8..c57b0d4 100644
--- a/packbuilder.go
+++ b/packbuilder.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
#include <git2/pack.h>
diff --git a/reference.go b/reference.go
index 6ebe00f..525e092 100644
--- a/reference.go
+++ b/reference.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/
diff --git a/repository.go b/repository.go
index eec95dc..34df0aa 100644
--- a/repository.go
+++ b/repository.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/
diff --git a/submodule.go b/submodule.go
index 901f172..9819b87 100644
--- a/submodule.go
+++ b/submodule.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
diff --git a/walk.go b/walk.go
index 6525db1..9fc4094 100644
--- a/walk.go
+++ b/walk.go
@@ -1,7 +1,6 @@
package git
/*
-#cgo pkg-config: libgit2
#include <git2.h>
#include <git2/errors.h>
*/