diff options
Diffstat (limited to 'qga')
-rw-r--r-- | qga/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qga/meson.build b/qga/meson.build index 1c312b50cc..cd08bd953a 100644 --- a/qga/meson.build +++ b/qga/meson.build @@ -69,6 +69,7 @@ if targetos == 'windows' output: 'qemu-ga-@0@.msi'.format(config_host['ARCH']), depends: deps, command: [ + find_program('env'), 'QEMU_GA_VERSION=' + config_host['QEMU_GA_VERSION'], 'QEMU_GA_MANUFACTURER=' + config_host['QEMU_GA_MANUFACTURER'], 'QEMU_GA_DISTRO=' + config_host['QEMU_GA_DISTRO'], |