]> git.droids-corp.org - dpdk.git/blobdiff - examples/vdpa/meson.build
replace no-return attributes
[dpdk.git] / examples / vdpa / meson.build
index 2e38a069fead8abf55a1556f4732fe8c28c01900..73f129cd913986dc73f295d200f2f23d6413283b 100644 (file)
@@ -6,11 +6,11 @@
 # 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'
 allow_experimental_apis = true
 sources = files(
        'main.c'
-)
\ No newline at end of file
+)