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 /packbuilder.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 'packbuilder.go')
| -rw-r--r-- | packbuilder.go | 1 |
1 files changed, 0 insertions, 1 deletions
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> |
