[PATCH v5 2/2] lib/fib: enable fib to be compiled with MSVC
Andre Muezerie
andremue at linux.microsoft.com
Fri May 16 22:45:35 CEST 2025
Now that all issues related to fib are addressed it can be enabled
for MSVC.
Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
---
lib/fib/meson.build | 6 ------
1 file changed, 6 deletions(-)
diff --git a/lib/fib/meson.build b/lib/fib/meson.build
index da82e017a9..6992ccc040 100644
--- a/lib/fib/meson.build
+++ b/lib/fib/meson.build
@@ -2,12 +2,6 @@
# Copyright(c) 2018 Vladimir Medvedkin <medvedkinv at gmail.com>
# Copyright(c) 2019 Intel Corporation
-if is_ms_compiler
- build = false
- reason = 'not supported building with Visual Studio Toolset'
- subdir_done()
-endif
-
sources = files('rte_fib.c', 'rte_fib6.c', 'dir24_8.c', 'trie.c')
headers = files('rte_fib.h', 'rte_fib6.h')
deps += ['rib']
--
2.49.0.vfs.0.3
More information about the dev
mailing list