diff options
Diffstat (limited to 'Build_system_dynamic.go')
| -rw-r--r-- | Build_system_dynamic.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Build_system_dynamic.go b/Build_system_dynamic.go index bc423b5..646bf24 100644 --- a/Build_system_dynamic.go +++ b/Build_system_dynamic.go @@ -8,8 +8,5 @@ package git #cgo CFLAGS: -DLIBGIT2_DYNAMIC #include <git2.h> -#if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 5 || LIBGIT2_VER_MINOR > 5 -# error "Invalid libgit2 version; this git2go supports libgit2 between v1.5.0 and v1.5.0" -#endif */ import "C" |
