Skip to content

Commit

Permalink
Add lib-libgit2 target to vendor/Makefile
Browse files Browse the repository at this point in the history
Target already exists, just didn't have a name that makes it easy to
build - you had to type make env/lib/libgit2.so (or similar).
  • Loading branch information
olsen232 committed Nov 10, 2021
1 parent 8ea8840 commit 36380ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vendor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ lib-gdal: $(lib-gdal)
.PHONY: lib-pygit2
lib-pygit2: $(lib-pygit2)

.PHONY: lib-libgit2
lib-libgit2: $(lib-libgit2)

.PHONY: lib-git
lib-git: $(lib-git)

Expand Down

0 comments on commit 36380ea

Please sign in to comment.