From 8e72fdfe630616f02c04ca487baa69ef84504789 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 29 Nov 2021 23:29:35 -0300 Subject: [PATCH] Adding all-macos target required for MAC build #25 --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index dc6b7d6..dd4cbe0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -234,12 +234,16 @@ all-windows: \ $(BINRLS)/$(LIBNAME).def \ $(BASEDIR)/win - all-linux: \ $(BINRLS)/$(SONAME) \ $(BINRLS)/$(LIBNAME).a \ locale/$(PACKAGE_NAME).pot +all-macos: \ + $(BINRLS)/$(SONAME) \ + $(BINRLS)/$(LIBNAME).a \ + locale/$(PACKAGE_NAME).pot + Release: \ $(BINRLS)/$(SONAME) \ $(BINRLS)/$(LIBNAME).a -- libgit2 0.21.2