]> git.droids-corp.org - dpdk.git/blobdiff - lib/flow_classify/meson.build
sched: move grinder configuration
[dpdk.git] / lib / flow_classify / meson.build
index a7a5b3d577a71d2b5458774df9665e2e6975bf21..3bb861c68fb59847ddd7483661358843e52226b8 100644 (file)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 sources = files('rte_flow_classify.c', 'rte_flow_classify_parse.c')
 headers = files('rte_flow_classify.h')
 deps += ['net', 'table']