|
From: | Stefan Weil |
Subject: | Re: [PATCH 3/7] scripts/nsis.py: Automatically package required DLLs of QEMU executables |
Date: | Sat, 29 Oct 2022 11:04:45 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 |
Am 08.09.22 um 15:28 schrieb Bin Meng:
From: Bin Meng <bin.meng@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.meng@windriver.com> ---
Thank you, that is really helpful to avoid broken installers because of missing DLL files.
Tested-by: Stefan Weil <sw@weilnetz.de>
[Prev in Thread] | Current Thread | [Next in Thread] |