• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision6bee09602100081c25e81573deb92cd22a6d7fec (tree)
l'heure2022-01-27 20:08:31
AuteurMarc-André Lureau <marcandre.lureau@redh...>
CommiterPaolo Bonzini

Message de Log

build-sys: fix undefined ARCH error

../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 <marcandre.lureau@redhat.com>
Message-Id: <20220114084312.3725242-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Change Summary

Modification

--- a/qga/meson.build
+++ b/qga/meson.build
@@ -75,7 +75,7 @@ if targetos == 'windows'
7575 endif
7676 qga_msi = custom_target('QGA MSI',
7777 input: files('installer/qemu-ga.wxs'),
78- output: 'qemu-ga-@0@.msi'.format(config_host['ARCH']),
78+ output: 'qemu-ga-@0@.msi'.format(host_arch),
7979 depends: deps,
8080 command: [
8181 find_program('env'),