X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flpm%2Fmeson.build;h=78d91d34216102661d45527371aa9dc96759dd34;hb=64fcadeac0f70c8c9c215196a3d580b4ad37dcdc;hp=5ca54815e4400271cfaf48d2f373c76d02cbcddf;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/lpm/meson.build b/lib/lpm/meson.build index 5ca54815e4..78d91d3421 100644 --- a/lib/lpm/meson.build +++ b/lib/lpm/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('rte_lpm.c', 'rte_lpm6.c') headers = files('rte_lpm.h', 'rte_lpm6.h') # since header files have different names, we can install all vector headers