mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
configure, meson: rename targetos to host_os
This variable is about the host OS, not the target. It is used a lot more since the Meson conversion, but the original sin dates back to 2003. Time to fix it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
if libiscsi.found()
|
||||
executable('vhost-user-scsi', files('vhost-user-scsi.c'),
|
||||
dependencies: [qemuutil, libiscsi, vhost_user],
|
||||
build_by_default: targetos == 'linux',
|
||||
build_by_default: host_os == 'linux',
|
||||
install: false)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user