git2go/git_dynamic.go

15 lines
225 B
Go
Raw Normal View History

// +build !static
package git
/*
#include <git2.h>
#cgo pkg-config: libgit2
2017-09-03 09:50:07 -05:00
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 26
# error "Invalid libgit2 version; this git2go supports libgit2 v0.26"
#endif
*/
import "C"