net/colo-compare.c: Optimize compare order for performance
[qemu/kevin.git] / contrib / rdmacm-mux / meson.build
blob7674f54cc5b52099483500fa34daa29f23dd9d93
1 if 'CONFIG_PVRDMA' in config_host
2   # if not found, CONFIG_PVRDMA should not be set
3   # FIXME: broken on big endian architectures
4   libumad = cc.find_library('ibumad', required: true)
5   executable('rdmacm-mux', files('main.c'), genh,
6              dependencies: [glib, libumad],
7              build_by_default: false,
8              install: false)
9 endif