Am 08.09.22 um 15:28 schrieb Bin Meng:
From: Bin Meng <bin.m...@windriver.com>
At present packaging the required DLLs of QEMU executables is a
manual process, and error prone.
Actually build/config-host.mak contains a GLIB_BINDIR variable
which is the directory where glib and other DLLs reside. This
works for both Windows native build and cross-build on Linux.
We can use it as the search directory for DLLs and automate
the whole DLL packaging process.
Signed-off-by: Bin Meng <bin.m...@windriver.com>
---
Thank you, that is really helpful to avoid broken installers because of
missing DLL files.
Tested-by: Stefan Weil <s...@weilnetz.de>