X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvdpa%2Fmeson.build;h=73f129cd913986dc73f295d200f2f23d6413283b;hb=771e5af07320f2ba94afa59b763fad098e6e537a;hp=2e38a069fead8abf55a1556f4732fe8c28c01900;hpb=edbed86d1cc3b2164284bab33d360d32317cdcd6;p=dpdk.git diff --git a/examples/vdpa/meson.build b/examples/vdpa/meson.build index 2e38a069fe..73f129cd91 100644 --- a/examples/vdpa/meson.build +++ b/examples/vdpa/meson.build @@ -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 +)