X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest-pipeline%2Fmeson.build;h=3add6b637bdb5ec81013140a2011b95b22b7eaaf;hb=9fac5ca8edaebd0f6206193277876fdebb6f3eb2;hp=fd91f83231f8a2198bdf8cb97f2f25052a29820e;hpb=23bd8128d601e5d36aac2857b31e38c7c1d4d49e;p=dpdk.git diff --git a/app/test-pipeline/meson.build b/app/test-pipeline/meson.build index fd91f83231..3add6b637b 100644 --- a/app/test-pipeline/meson.build +++ b/app/test-pipeline/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2019 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files( 'config.c', 'init.c',