mirror of
https://github.com/xemu-project/xemu.git
synced 2025-03-01 17:07:28 +00:00
meson: Fix obsolete use of meson.source_root()
This commit is contained in:
parent
a46837e8d3
commit
7ffb63224e
@ -2877,7 +2877,7 @@ qemu_version = custom_target('qemu-version.h',
|
||||
|
||||
genconfig_cmd = [
|
||||
python, files('genconfig/gen_config.py'),
|
||||
meson.source_root() / 'config_spec.yml', 'xemu-config.h'
|
||||
meson.current_source_dir() / 'config_spec.yml', 'xemu-config.h'
|
||||
]
|
||||
|
||||
xemu_config = custom_target('xemu-config.h',
|
||||
|
Loading…
x
Reference in New Issue
Block a user