X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fpdump%2Fmeson.build;h=fb282bba1fc16e545e750c94d19a4b5e2feef660;hb=23f7ec1d9b7ccfcfb9b9f67d33cf6cbf7f5034d3;hp=db1fcadbfe2cb4634970e259fe9ced0f3db0bcb7;hpb=634b73104482df418eb3696f2d340c4f184e953a;p=dpdk.git diff --git a/app/pdump/meson.build b/app/pdump/meson.build index db1fcadbfe..fb282bba1f 100644 --- a/app/pdump/meson.build +++ b/app/pdump/meson.build @@ -2,9 +2,9 @@ # Copyright(c) 2018 Intel Corporation if is_windows - build = false - reason = 'not supported on Windows' - subdir_done() + build = false + reason = 'not supported on Windows' + subdir_done() endif sources = files('main.c')