Anomalie #377
closed
Windows builds: Update installdirs to a flat folder and use pev to include dependencies
Added by François Cerbelle about 1 year ago.
Updated 8 months ago.
Description
for i in $(DESTDIR)/usr/lib/mkernel/*.dll; do
echo $(i) :;
for j in `peldd - f text "${i}" | tail - n+2 | sort - u`; do
echo -- - ${j};
find /usr/x86_64-w64-mingw32/ -name "${j}" -exec cp {} $(installdir)/usr/lib/ \;;
done;
done
- Subject changed from Windows builds: Update installdirs to a flat folder to Windows builds: Update installdirs to a flat folder and use pev to include dependencies
- Description updated (diff)
- Description updated (diff)
- Description updated (diff)
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
- Status changed from Résolu to Fermé
Also available in: Atom
PDF