mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
228 B
Meson
7 lines
228 B
Meson
if have_pvrdma
|
|
# FIXME: broken on big endian architectures
|
|
executable('rdmacm-mux', files('main.c'), genh,
|
|
dependencies: [glib, libumad],
|
|
build_by_default: false,
|
|
install: false)
|
|
endif
|