Skip to content

Commit

Permalink
Remove the version check for the dynamic build configuration
Browse files Browse the repository at this point in the history
Upstream is very stale at the moment and not bumping this regularly.
However, at the time of writing git2go still works fine with the most
recent libgit2 version. Therefore, just remove the version check for
now until upstream work is resumed.
  • Loading branch information
nmeum committed Nov 16, 2023
1 parent 4b14d29 commit bda674c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Build_system_dynamic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit bda674c

Please sign in to comment.