X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fpdump%2Fmeson.build;h=fb282bba1fc16e545e750c94d19a4b5e2feef660;hb=f7352c176bbf131728445680ee08961a67cc09a6;hp=116c27f02cb25fee580faa4be69af59bf0c598ca;hpb=57ae0ec6262076788b8b9acd4ed1527c3655f9a9;p=dpdk.git diff --git a/app/pdump/meson.build b/app/pdump/meson.build index 116c27f02c..fb282bba1f 100644 --- a/app/pdump/meson.build +++ b/app/pdump/meson.build @@ -1,6 +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') -allow_experimental_apis = true deps += ['ethdev', 'kvargs', 'pdump']