[PATCH v2 2/2] lib/lpm: enable lpm to be compiled with MSVC
Andre Muezerie
andremue at linux.microsoft.com
Fri May 16 19:36:42 CEST 2025
Now that all issues related to lpm are addressed it can be enabled
for MSVC.
Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
---
lib/lpm/meson.build | 6 ------
1 file changed, 6 deletions(-)
diff --git a/lib/lpm/meson.build b/lib/lpm/meson.build
index fae4f79fb9..cff8fed473 100644
--- a/lib/lpm/meson.build
+++ b/lib/lpm/meson.build
@@ -1,12 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
-if is_ms_compiler
- build = false
- reason = 'not supported building with Visual Studio Toolset'
- 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
--
2.49.0.vfs.0.3
More information about the dev
mailing list