Skip to content

depstracker: fix objdump backend

Andoni Morales Alastruey requested to merge ylatuya/cerbero:depstracker into master

It was incorrectly removing the trailing character wich is the last 'l' from 'libfoo.dll' as what we get from the output is: '\tDLL Name: libfoo.dll'

Merge request reports