From: Marc-André Lureau <[email protected]>
../qga/meson.build:76:4: ERROR: Key ARCH is not in the dictionary.
Fixes commit 823eb013 ("configure, meson: move ARCH to meson.build")
Signed-off-by: Marc-André Lureau <[email protected]>
---
qga/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qga/meson.build b/qga/meson.build
index cfb1fbc0853c..613ecb980286 100644
--- a/qga/meson.build
+++ b/qga/meson.build
@@ -75,7 +75,7 @@ if targetos == 'windows'
endif
qga_msi = custom_target('QGA MSI',
input: files('installer/qemu-ga.wxs'),
- output:
'qemu-ga-@[email protected]'.format(config_host['ARCH']),
+ output: 'qemu-ga-@[email protected]'.format(host_arch),
depends: deps,
command: [
find_program('env'),
--
2.34.1.428.gdcc0cd074f0c