From a86230a1759b77fd0ae62ea930711b140498d759 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 5 Dec 2018 10:13:56 -0200 Subject: [PATCH] Fixing windows build. --- win/mingw32-lib3270.spec | 2 +- win/mingw64-lib3270.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win/mingw32-lib3270.spec b/win/mingw32-lib3270.spec index 2f0059d..2222884 100644 --- a/win/mingw32-lib3270.spec +++ b/win/mingw32-lib3270.spec @@ -105,7 +105,7 @@ make all %{_mingw32_strip} \ --strip-all \ - .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} + .bin/Release/*.dll %install %{_mingw32_makeinstall} diff --git a/win/mingw64-lib3270.spec b/win/mingw64-lib3270.spec index 44fb381..6d8f562 100644 --- a/win/mingw64-lib3270.spec +++ b/win/mingw64-lib3270.spec @@ -105,7 +105,7 @@ make all %{_mingw64_strip} \ --strip-all \ - .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} + .bin/Release/*.dll %install %{_mingw64_makeinstall} -- libgit2 0.21.2