Commit a86230a1759b77fd0ae62ea930711b140498d759

Authored by Perry Werneck
1 parent de6b9013

Fixing windows build.

win/mingw32-lib3270.spec
... ... @@ -105,7 +105,7 @@ make all
105 105  
106 106 %{_mingw32_strip} \
107 107 --strip-all \
108   - .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
  108 + .bin/Release/*.dll
109 109  
110 110 %install
111 111 %{_mingw32_makeinstall}
... ...
win/mingw64-lib3270.spec
... ... @@ -105,7 +105,7 @@ make all
105 105  
106 106 %{_mingw64_strip} \
107 107 --strip-all \
108   - .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
  108 + .bin/Release/*.dll
109 109  
110 110 %install
111 111 %{_mingw64_makeinstall}
... ...