net/ice/base: cleanup filter list on error
[dpdk.git] / drivers / mempool / stack / meson.build
index 03e369a..8425772 100644 (file)
@@ -1,7 +1,10 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017-2019 Intel Corporation
 
-allow_experimental_apis = true
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+endif
 
 sources = files('rte_mempool_stack.c')