X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-regex%2Fmeson.build;h=e3ba060e55069ebd9a14599099fcafdc4d044f85;hb=a538d1d2d01e85429e7dd011806b52250d37c5dc;hp=02b101980eb550e20ae989d991f5b97854c461cd;hpb=634b73104482df418eb3696f2d340c4f184e953a;p=dpdk.git diff --git a/app/test-regex/meson.build b/app/test-regex/meson.build index 02b101980e..e3ba060e55 100644 --- a/app/test-regex/meson.build +++ b/app/test-regex/meson.build @@ -2,9 +2,9 @@ # Copyright 2020 Mellanox Technologies, Ltd 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')