meson: fix MSI rule
The environment variables can't be passed through an env: argument yet (meson#2723), use 'env' as suggested in: https://github.com/mesonbuild/meson/issues/2723#issuecomment-348630957 Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1d14a8edce
commit
18240fdcaa
@ -69,6 +69,7 @@ if targetos == 'windows'
|
|||||||
output: 'qemu-ga-@0@.msi'.format(config_host['ARCH']),
|
output: 'qemu-ga-@0@.msi'.format(config_host['ARCH']),
|
||||||
depends: deps,
|
depends: deps,
|
||||||
command: [
|
command: [
|
||||||
|
find_program('env'),
|
||||||
'QEMU_GA_VERSION=' + config_host['QEMU_GA_VERSION'],
|
'QEMU_GA_VERSION=' + config_host['QEMU_GA_VERSION'],
|
||||||
'QEMU_GA_MANUFACTURER=' + config_host['QEMU_GA_MANUFACTURER'],
|
'QEMU_GA_MANUFACTURER=' + config_host['QEMU_GA_MANUFACTURER'],
|
||||||
'QEMU_GA_DISTRO=' + config_host['QEMU_GA_DISTRO'],
|
'QEMU_GA_DISTRO=' + config_host['QEMU_GA_DISTRO'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user