From a5ad8de506b7b15b656afebadc742564bd9a72f7 Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Thu, 14 Nov 2013 00:23:04 +0100 Subject: 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. --- checkout.go | 1 - 1 file changed, 1 deletion(-) (limited to 'checkout.go') 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 git_checkout_opts git_checkout_opts_init() { git_checkout_opts ret = GIT_CHECKOUT_OPTS_INIT; -- cgit v1.2.3