event/octeontx2: fix device reconfigure for single slot
[dpdk.git] / drivers / mempool / octeontx / meson.build
index 3baaf7d..b5695a9 100644 (file)
@@ -1,6 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Cavium, Inc
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+endif
+
 sources = files('octeontx_fpavf.c',
                'rte_mempool_octeontx.c'
 )