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 1497edc commit 54eddc5Copy full SHA for 54eddc5
Makefile
@@ -37,6 +37,10 @@ ifneq ($(LIBGIT2_VERSION),$(SYSTEM_LIBGIT2_VERSION))
37
LIBGIT2_FORCE ?= 1
38
endif
39
40
+ifeq ($(shell uname -s),Darwin)
41
+ LIBGIT2 := $(LIBGIT2_LIB_PATH)/libgit2.$(LIBGIT2_VERSION).dylib
42
+endif
43
+
44
# API (doc) generation utilities
45
CONTROLLER_GEN_VERSION ?= v0.5.0
46
GEN_API_REF_DOCS_VERSION ?= 0.3.0
0 commit comments