X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fpdump%2Fmeson.build;h=fb282bba1fc16e545e750c94d19a4b5e2feef660;hb=23f7ec1d9b7ccfcfb9b9f67d33cf6cbf7f5034d3;hp=7bb908e047701838c258ab3c7a8a80b91eaa4300;hpb=d711bea6fe013a9a8043c04bcd5bdb42227d06f1;p=dpdk.git diff --git a/app/pdump/meson.build b/app/pdump/meson.build index 7bb908e047..fb282bba1f 100644 --- a/app/pdump/meson.build +++ b/app/pdump/meson.build @@ -1,5 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files('main.c') deps += ['ethdev', 'kvargs', 'pdump']