summaryrefslogtreecommitdiff
path: root/Build_system_dynamic.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-16 17:50:57 -0600
committerJeff Carr <[email protected]>2024-12-16 17:50:57 -0600
commit530f3618a8f4c7d9c8d3981548112439b22e09e7 (patch)
tree30b529a83767648dd31c8bfa6fff6b6163174909 /Build_system_dynamic.go
parente65b1c188ccb9b4aa4863ec702c3985c382f53db (diff)
update to libgit2 version 1.8.4. dump old github and vendor stuff
go install go.wit.com/apps/go-clone@latest go install go.wit.com/apps/go-mod-clean@latest go-clone --recusive go.wit.com/lib/git2go Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Build_system_dynamic.go')
-rw-r--r--Build_system_dynamic.go3
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"