X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Facl%2Fmeson.build;h=fbe17f9454cacac65689304229e47cb3001c6ed2;hb=6de0ea50e9b9d0129079689be1e335d1ffbf17d3;hp=fbb13182307f762735d61ec404708da078849831;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/acl/meson.build b/lib/acl/meson.build index fbb1318230..fbe17f9454 100644 --- a/lib/acl/meson.build +++ b/lib/acl/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files('acl_bld.c', 'acl_gen.c', 'acl_run_scalar.c', 'rte_acl.c', 'tb_mem.c') headers = files('rte_acl.h', 'rte_acl_osdep.h') @@ -30,7 +36,7 @@ if dpdk_conf.has('RTE_ARCH_X86') # compile AVX512 version if: # we are building 64-bit binary AND binutils can generate proper code - if dpdk_conf.has('RTE_ARCH_X86_64') and binutils_ok.returncode() == 0 + if dpdk_conf.has('RTE_ARCH_X86_64') and binutils_ok # compile AVX512 version if either: # a. we have AVX512 supported in minimum instruction set