qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Stefan Weil <sw@weilnetz.de>, John Snow <jsnow@redhat.com>,
	Cleber Rosa <crosa@redhat.com>
Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
	Pierrick Bouvier <pierrick.bouvier@linaro.org>
Subject: Re: [PATCH-for-10.2] scripts/nsis.py: Tell makensis that WoA is 64 bit
Date: Tue, 9 Dec 2025 15:18:17 +0100	[thread overview]
Message-ID: <e78e151f-c318-4916-8cc4-f554fe360ae7@linaro.org> (raw)
In-Reply-To: <20251209130212.764443-1-sw@weilnetz.de>

On 9/12/25 14:02, Stefan Weil via wrote:
> This fixes some settings like the default installation path
> for the QEMU installation on Windows on ARM (WoA).
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   scripts/nsis.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/nsis.py b/scripts/nsis.py
> index 8f469634eb..33069f4a86 100644
> --- 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]
>   

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



  reply	other threads:[~2025-12-09 14:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-09 13:02 [PATCH-for-10.2] scripts/nsis.py: Tell makensis that WoA is 64 bit Stefan Weil via
2025-12-09 14:18 ` Philippe Mathieu-Daudé [this message]
2025-12-10 10:22 ` Michael Tokarev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e78e151f-c318-4916-8cc4-f554fe360ae7@linaro.org \
    --to=philmd@linaro.org \
    --cc=crosa@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=pierrick.bouvier@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=sw@weilnetz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).