xref: /openbmc/qemu/contrib/vhost-user-blk/meson.build (revision 221db5daf6b3666f1c8e4ca06ae45892e99a112f)
1# FIXME: broken on 32-bit architectures
2executable('vhost-user-blk', files('vhost-user-blk.c'),
3           link_with: libvhost_user,
4           dependencies: qemuutil,
5           build_by_default: false,
6           install: false)
7