mempool: return 0 if area is too small on populate
[dpdk.git] / examples / vhost / meson.build
index 7b49807..872d511 100644 (file)
@@ -6,7 +6,7 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-if host_machine.system() != 'linux'
+if not is_linux
        build = false
 endif
 deps += 'vhost'