Commit 05ffd5c4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: improve removing libs from windows/winapi cargo modules

parent f93c9544
...@@ -581,7 +581,8 @@ update_predownloaded() ...@@ -581,7 +581,8 @@ update_predownloaded()
#find vendor -name "*.dll" -type f -delete -print #find vendor -name "*.dll" -type f -delete -print
# can remove binaries from definitely unused packages # can remove binaries from definitely unused packages
rm -rv vendor/winapi-*-pc-windows-gnu/lib/*.a rm -rv vendor/winapi-*-pc-windows-gnu/lib/{*.lib,*.a}
rm -rv vendor/windows*/lib/{*.lib,*.a}
# drop all exclude vendor # drop all exclude vendor
# TODO: correct .* removing # TODO: correct .* removing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment