qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (228B)


      1 if have_pvrdma
      2   # FIXME: broken on big endian architectures
      3   executable('rdmacm-mux', files('main.c'), genh,
      4              dependencies: [glib, libumad],
      5              build_by_default: false,
      6              install: false)
      7 endif