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

This variable is about the host OS, not the target. It is used a lot more since the Meson conversion, but the original sin dates back to 2003. Time to fix it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 lines
189 B
Meson
4 lines
189 B
Meson
executable('ivshmem-server', files('ivshmem-server.c', 'main.c'), genh,
|
|
dependencies: [qemuutil, rt],
|
|
build_by_default: host_os == 'linux',
|
|
install: false)
|