]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost/meson.build
replace alignment attributes
[dpdk.git] / examples / vhost / meson.build
index 7b498076cfb0a5736be7ed2b793d6ffcaa203f27..872d511539102eea3c0222f99b73683cd2e8192c 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'