]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
configs: use default prefix for Windows compilation
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Jan 2026 16:07:36 +0000 (17:07 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 12 Jan 2026 22:44:41 +0000 (09:44 +1100)
The update to Python 3.13 causes meson configuration to fail, see e.g.:

   https://gitlab.com/qemu-project/qemu/-/jobs/12672816538#L397

   meson.build:1:0: ERROR: prefix value '/qemu' must be an absolute path

This is https://github.com/mesonbuild/meson/issues/14303.  Remove the
prefix='/qemu' line in configs/meson/windows.txt, since commit d17f305a264
("configure: use a platform-neutral prefix", 2020-09-30) says that the
NSIS installer doesn't care.

Cc: qemu-stable@nongnu.org
Cc: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260112160736.1028280-1-pbonzini@redhat.com>

configs/meson/windows.txt

index 55b192e71b1814116bcae60d7f9539535cf8ca46..9ef0fb3c8f347c9b473c1fb0e21f23c91e0a9dd7 100644 (file)
@@ -3,7 +3,6 @@
 
 [built-in options]
 bindir = ''
-prefix = '/qemu'
 
 [project options]
 qemu_suffix = ''