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 bba5b31 commit 7651690Copy full SHA for 7651690
Makefile
@@ -34,6 +34,9 @@ SYSTEM_LIBGIT2_VERSION := $(shell pkg-config --modversion libgit2 2>/dev/null)
34
LIBGIT2_PATH := $(REPOSITORY_ROOT)/hack/libgit2
35
LIBGIT2_LIB_PATH := $(LIBGIT2_PATH)/lib
36
LIBGIT2 := $(LIBGIT2_LIB_PATH)/libgit2.so.$(LIBGIT2_VERSION)
37
+ifeq ($(shell uname -s),Darwin)
38
+ LIBGIT2 := $(LIBGIT2_LIB_PATH)/libgit2.$(LIBGIT2_VERSION).dylib
39
+endif
40
41
# API (doc) generation utilities
42
CONTROLLER_GEN_VERSION ?= v0.5.0
0 commit comments