blob: 044c50bf437e11e33d7aae7c6775f3400b9b8b31 [file] [log] [blame]
if 'CONFIG_LIBISCSI' in config_host
executable('vhost-user-scsi', files('vhost-user-scsi.c'),
dependencies: [qemuutil, libiscsi, vhost_user],
build_by_default: targetos == 'linux',
install: false)
endif