diff options
Diffstat (limited to 'contrib/ivshmem-client')
-rw-r--r-- | contrib/ivshmem-client/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ivshmem-client/meson.build b/contrib/ivshmem-client/meson.build index ce8dcca..3c8b09a 100644 --- a/contrib/ivshmem-client/meson.build +++ b/contrib/ivshmem-client/meson.build @@ -1,4 +1,4 @@ executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh, dependencies: glib, - build_by_default: targetos == 'linux', + build_by_default: host_os == 'linux', install: false) |