X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fbucket%2Fmeson.build;h=0051b6ac3c7306764975a79f7d2162d1b7ea86ee;hb=cdea571becb4dabf9962455f671af0c99594e380;hp=2fd77f9d459497fd1368c7b5aa5d9e580d9ec1f4;hpb=23bdcedcd8caa0d268b615df3bdb08411f97856e;p=dpdk.git diff --git a/drivers/mempool/bucket/meson.build b/drivers/mempool/bucket/meson.build index 2fd77f9d45..0051b6ac3c 100644 --- a/drivers/mempool/bucket/meson.build +++ b/drivers/mempool/bucket/meson.build @@ -6,6 +6,9 @@ # This software was jointly developed between OKTET Labs (under contract # for Solarflare) and Solarflare Communications, Inc. -allow_experimental_apis = true +if is_windows + build = false + reason = 'not supported on Windows' +endif sources = files('rte_mempool_bucket.c')