summaryrefslogtreecommitdiff
path: root/git_dynamic.go
blob: 911295424cf6609d3e072f3bd034f3a148e6a87a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// +build !static

package git

/*
#include <git2.h>
#cgo pkg-config: libgit2

#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 99
# error "Invalid libgit2 version; this git2go supports libgit2 v0.99"
#endif

*/
import "C"