OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=87
This commit is contained in:
parent
3b3c57c1ca
commit
e2b257d7e2
@ -79,6 +79,7 @@ pcs=$(grep '\.pc$' "$filelist")
|
||||
configs=$(grep 'config$' "$filelist")
|
||||
|
||||
for f in $dlls; do
|
||||
[ ! -f "$f" ] && continue
|
||||
"$OBJDUMP" -p "$f" | grep 'DLL Name' | tr "[:upper:]" "[:lower:]" |
|
||||
grep -Eo '[-._\+[:alnum:]]+\.dll' |
|
||||
grep -Ev "$exclude_pattern" |
|
||||
|
Loading…
x
Reference in New Issue
Block a user