X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Focteontx%2Fmeson.build;h=b5695a93292e4cc1f30a1e807b111bba5ace5209;hb=340d22cdd14802de3f80859a940dfa178b0de7ca;hp=19543595023657b82ff41acbb68c8455406b388b;hpb=23bdcedcd8caa0d268b615df3bdb08411f97856e;p=dpdk.git diff --git a/drivers/mempool/octeontx/meson.build b/drivers/mempool/octeontx/meson.build index 1954359502..b5695a9329 100644 --- a/drivers/mempool/octeontx/meson.build +++ b/drivers/mempool/octeontx/meson.build @@ -1,7 +1,10 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Cavium, Inc -allow_experimental_apis = true +if is_windows + build = false + reason = 'not supported on Windows' +endif sources = files('octeontx_fpavf.c', 'rte_mempool_octeontx.c'