X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fnode%2Fmeson.build;h=dbdf673c86cf67a14d353c78b2d5c5e26ccc0222;hb=bfec92e3821f57200f7e956f39745303f995531d;hp=230aa6fa0f005d21d49ed7d69fc411aedbca9245;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/node/meson.build b/lib/node/meson.build index 230aa6fa0f..dbdf673c86 100644 --- a/lib/node/meson.build +++ b/lib/node/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(C) 2020 Marvell International Ltd. +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files( 'ethdev_ctrl.c', 'ethdev_rx.c',