We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f79cf1 commit bbe2299Copy full SHA for bbe2299
ext/rugged/extconf.rb
@@ -43,7 +43,7 @@ def sys(cmd)
43
break if major && minor
44
end
45
46
- try_compile(<<-SRC) or abort "libgit2 version is not compatible"
+ try_compile(<<-SRC) or abort "libgit2 version is not compatible, expected ~> #{major}.#{minor}.0"
47
#include <git2/version.h>
48
49
#if LIBGIT2_VER_MAJOR != #{major} || LIBGIT2_VER_MINOR != #{minor}
0 commit comments