From 30debebc55d87788f470c758422a544f38f76346 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 9 Jul 2020 11:27:21 -0300 Subject: [PATCH] Adding option to make zip file with the dll (required by windows tester) --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1805752..9bf6c6a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -349,6 +349,10 @@ install-windows-lib: \ $(BINRLS)/$(SONAME) \ $(DESTDIR)$(bindir)/$(SONAME) +zip: \ + $(BINRLS)/$(SONAME) + @$(ZIP) -9 -j $(BASEDIR)/@PACKAGE_NAME@-@PACKAGE_VERSION@-@PACKAGE_RELEASE@-@host_cpu@.zip $(BINRLS)/$(SONAME) + install-static: \ $(BINRLS)/static/$(LIBNAME).a -- libgit2 0.21.2