OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=4
This commit is contained in:
parent
6095c5a8ee
commit
8c3b6cb1e5
@ -22,7 +22,7 @@ echo 'mingw64-runtime'
|
||||
dlls=$(echo $filelist | tr [:blank:] '\n' | grep -Ei '\.(dll|exe)$')
|
||||
|
||||
for f in $dlls; do
|
||||
$OBJDUMP -p $f | grep 'DLL Name' | grep -Eo '[-._[:alnum:]]+\.dll' |
|
||||
$OBJDUMP -p $f | grep 'DLL Name' | grep -Eo '[-._\+[:alnum:]]+\.dll' |
|
||||
tr [:upper:] [:lower:] |
|
||||
sed 's/\(.*\)/mingw64(\1)/'
|
||||
done | sort -u
|
||||
|
Loading…
x
Reference in New Issue
Block a user