d0cda6f461
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>
5 lines
179 B
Meson
5 lines
179 B
Meson
executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
|
|
dependencies: glib,
|
|
build_by_default: host_os == 'linux',
|
|
install: false)
|