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