X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-fib%2Fmeson.build;h=eb36772cf389ff29ee0845794ed750168bf6e769;hb=a2dfcd1ff609f5a4fd3b65774618a35c5c9f73c6;hp=3360ea02b0c9560fda51460639f963518af00238;hpb=634b73104482df418eb3696f2d340c4f184e953a;p=dpdk.git diff --git a/app/test-fib/meson.build b/app/test-fib/meson.build index 3360ea02b0..eb36772cf3 100644 --- a/app/test-fib/meson.build +++ b/app/test-fib/meson.build @@ -2,9 +2,9 @@ # Copyright(c) 2019 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')