X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fefd%2Fmeson.build;h=343f14e1f3bc15fdb7112cf2e41a83bdf161ffcf;hb=197e820c6685993ad75387de79707c81b5e1fc10;hp=07fb1c29a755d531cbc497a7dda86380bfa5a649;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/efd/meson.build b/lib/efd/meson.build index 07fb1c29a7..343f14e1f3 100644 --- a/lib/efd/meson.build +++ b/lib/efd/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_efd.c') headers = files('rte_efd.h') deps += ['ring', 'hash']