Skip to content

Commit

Permalink
Merge pull request #264 from darkowlzz/libgit2-makefile-fix-rec-dev
Browse files Browse the repository at this point in the history
Fix LIBGIT2_VERSION variable used in Makefile [cherry-pick]
  • Loading branch information
darkowlzz committed Nov 11, 2021
2 parents 4674222 + 4b6fc88 commit 938b500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOURCE_VER ?= v0.16.0
REFLECTOR_VER ?= v0.11.1

# Version of libgit2 the controller should depend on.
LIBGIT2_VER ?= 1.1.1
LIBGIT2_VERSION ?= 1.1.1

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

0 comments on commit 938b500

Please sign in to comment.