]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pipeline/meson.build
app/testpmd: fix Tx scheduling interval
[dpdk.git] / app / test-pipeline / meson.build
index fd91f83231f8a2198bdf8cb97f2f25052a29820e..3add6b637bdb5ec81013140a2011b95b22b7eaaf 100644 (file)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2019 Intel Corporation
 
 # 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',
 sources = files(
         'config.c',
         'init.c',