X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fmempool%2Fstack%2Fmeson.build;h=8425772a4242cfa6f84f5188f857811e9694a992;hb=34ede45188c318e451ef98183814cc4555208f46;hp=03e369a410f578d5e4dfc5ef05b504f03284b4c9;hpb=734bdeb01cc6d69274f3b035da103ac76a40637d;p=dpdk.git diff --git a/drivers/mempool/stack/meson.build b/drivers/mempool/stack/meson.build index 03e369a410..8425772a42 100644 --- a/drivers/mempool/stack/meson.build +++ b/drivers/mempool/stack/meson.build @@ -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')