Fridrich Strba 2009-10-24 06:35:35 +00:00 committed by Git OBS Bridge
parent 6095c5a8ee
commit 8c3b6cb1e5

View File

@ -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