Project

General

Profile

Actions

Anomalie #377

open

Windows builds: Update installdirs to a flat folder and use pev to include dependencies

Added by François Cerbelle 3 months ago. Updated 3 months ago.

Status:
Résolu
Priority:
Normal
Target version:
Start date:
02/08/2024
Due date:
% Done:

100%

Estimated time:
2:00 h
Spent time:

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

Actions

Also available in: Atom PDF