examples/l3fwd: use reserved IP addresses
[dpdk.git] / examples / vhost_scsi / meson.build
index ca12480..2e9339a 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