Skip to content

Commit 53f6315

Browse files
authored
Merge pull request #263 from darkowlzz/libgit2-makefile-fix
Fix LIBGIT2_VERSION variable used in Makefile
2 parents 1f5d134 + 155156f commit 53f6315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SOURCE_VER ?= v0.17.0
2828
REFLECTOR_VER ?= v0.12.0
2929

3030
# Version of libgit2 the controller should depend on.
31-
LIBGIT2_VER ?= 1.1.1
31+
LIBGIT2_VERSION ?= 1.1.1
3232

3333
# Repository root based on Git metadata.
3434
REPOSITORY_ROOT := $(shell git rev-parse --show-toplevel)

0 commit comments

Comments
 (0)