On 12/9/25 16:02, Stefan Weil via wrote:
This fixes some settings like the default installation path
for the QEMU installation on Windows on ARM (WoA).

I'm picking this up for qemu-stable.  Please let me know
if I shouldn't.

Thanks,

/mjt

--- a/scripts/nsis.py
+++ b/scripts/nsis.py
@@ -114,7 +114,7 @@ def main():
              "-DSRCDIR=" + args.srcdir,
              "-DBINDIR=" + destdir + prefix,
          ]
-        if args.cpu == "x86_64":
+        if args.cpu == "aarch64" or args.cpu == "x86_64":
              makensis += ["-DW64"]
          makensis += ["-DDLLDIR=" + dlldir]


Reply via email to