mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
configure: move tests/qemu-iotests/common.env generation to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7bc3ca7fc0
commit
acb1e6db84
3 changed files with 6 additions and 7 deletions
|
@ -3,3 +3,6 @@ if 'CONFIG_LINUX' in config_host
|
|||
else
|
||||
socket_scm_helper = []
|
||||
endif
|
||||
configure_file(output: 'common.env',
|
||||
input: files('common.env.in'),
|
||||
configuration: {'PYTHON': python.full_path()})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue