Commit a86230a1759b77fd0ae62ea930711b140498d759
1 parent
de6b9013
Exists in
master
and in
3 other branches
Fixing windows build.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
win/mingw32-lib3270.spec
@@ -105,7 +105,7 @@ make all | @@ -105,7 +105,7 @@ make all | ||
105 | 105 | ||
106 | %{_mingw32_strip} \ | 106 | %{_mingw32_strip} \ |
107 | --strip-all \ | 107 | --strip-all \ |
108 | - .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} | 108 | + .bin/Release/*.dll |
109 | 109 | ||
110 | %install | 110 | %install |
111 | %{_mingw32_makeinstall} | 111 | %{_mingw32_makeinstall} |
win/mingw64-lib3270.spec
@@ -105,7 +105,7 @@ make all | @@ -105,7 +105,7 @@ make all | ||
105 | 105 | ||
106 | %{_mingw64_strip} \ | 106 | %{_mingw64_strip} \ |
107 | --strip-all \ | 107 | --strip-all \ |
108 | - .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} | 108 | + .bin/Release/*.dll |
109 | 109 | ||
110 | %install | 110 | %install |
111 | %{_mingw64_makeinstall} | 111 | %{_mingw64_makeinstall} |