common/cnxk: support NIX LSO and misc utils
[dpdk.git] / drivers / mempool / stack / meson.build
index 580dde7..8425772 100644 (file)
@@ -1,6 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017-2019 Intel Corporation
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+endif
+
 sources = files('rte_mempool_stack.c')
 
 deps += ['stack']