net/virtio: improve queue init error path
[dpdk.git] / drivers / net / pcap / meson.build
index b680710..b65d91e 100644 (file)
@@ -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 dpdk_conf.has('RTE_PORT_PCAP')
        build = false
        reason = 'missing dependency, "libpcap"'