mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
meson, configure: move --interp-prefix to meson
This is the last CONFIG_* entry in config-host.mak that had to be special cased. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b0b4323e32
commit
ce6119dc8e
4 changed files with 7 additions and 10 deletions
|
@ -27,6 +27,8 @@ option('block_drv_rw_whitelist', type : 'string', value : '',
|
|||
description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like qemu-img)')
|
||||
option('block_drv_ro_whitelist', type : 'string', value : '',
|
||||
description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like qemu-img)')
|
||||
option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',
|
||||
description: 'where to find shared libraries etc., use %M for cpu name')
|
||||
option('fuzzing_engine', type : 'string', value : '',
|
||||
description: 'fuzzing engine library for OSS-Fuzz')
|
||||
option('trace_file', type: 'string', value: 'trace',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue