X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fstack%2Fmeson.build;h=371cf131b16d8dac78b4e3fee3063955ad00ddc4;hb=49ca9e5a256b7db55af71923ce827c1fa480b473;hp=03e369a410f578d5e4dfc5ef05b504f03284b4c9;hpb=734bdeb01cc6d69274f3b035da103ac76a40637d;p=dpdk.git diff --git a/drivers/mempool/stack/meson.build b/drivers/mempool/stack/meson.build index 03e369a410..371cf131b1 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')