Now that all issues related to fib are addressed it can be enabled for MSVC.
Signed-off-by: Andre Muezerie <andre...@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 <medvedk...@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