diff options
| author | Carlos Martín Nieto <[email protected]> | 2016-08-27 21:35:26 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2016-08-27 21:35:26 +0200 |
| commit | 8eb8fa3725d8d857c58fcb0b7d64a85d8b7bebdc (patch) | |
| tree | 2542fef933458a42987027bbda4d300c0d785d10 | |
| parent | 92fa6357aee0c477e7090f6baf6251e969541123 (diff) | |
Also remove a pkg-config directive that snuck in
| -rw-r--r-- | git.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ package git /* #include <git2.h> #include <git2/sys/openssl.h> -#cgo pkg-config: libgit2 #if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 24 # error "Invalid libgit2 version; this git2go supports libgit2 v0.24" |
