From 3feee959df80ed25875d08b9ce2f4b2e76a8749d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 9 Jul 2020 13:32:09 -0300 Subject: [PATCH] Fixing windows package. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index cd244f4..b37a253 100644 --- a/Makefile.in +++ b/Makefile.in @@ -366,11 +366,10 @@ install-windows-dev: \ win/lib3270.mak \ $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/def + @rm -f $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ @$(LN_S) \ $(bindir)/$(LIBNAME)@DLLEXT@ \ $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ - - #---[ Misc Targets ]--------------------------------------------------------------------- -- libgit2 0.21.2