diff options
| author | Carlos Martín Nieto <[email protected]> | 2013-11-14 00:23:04 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2013-11-14 00:23:04 +0100 |
| commit | a5ad8de506b7b15b656afebadc742564bd9a72f7 (patch) | |
| tree | ba7d90049c75c4c088ccaf3d0ee45702e93a0133 /checkout.go | |
| parent | b5b891a03d9154add260d2ba18e7d12b4768130b (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 'checkout.go')
| -rw-r--r-- | checkout.go | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
