X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fkni%2Fmeson.build;h=8a71d8ba6f652a3bb5d460224b5a90a5490a3445;hb=b50a14a853aa8f765c5f8d57c4c4891f6e175181;hp=e2e4e44fc6a7bec79e01f82739d8dd9acc3385da;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/kni/meson.build b/lib/kni/meson.build index e2e4e44fc6..8a71d8ba6f 100644 --- a/lib/kni/meson.build +++ b/lib/kni/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 + if not is_linux or not dpdk_conf.get('RTE_ARCH_64') build = false reason = 'only supported on 64-bit Linux'