]> git.droids-corp.org - dpdk.git/blobdiff - lib/lpm/meson.build
ethdev: fix MAC address in telemetry device info
[dpdk.git] / lib / lpm / meson.build
index 5ca54815e4400271cfaf48d2f373c76d02cbcddf..78d91d34216102661d45527371aa9dc96759dd34 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
+
 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