There doesn't seem to be anything keeping this from building on Windows. Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- lib/table/meson.build | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/lib/table/meson.build b/lib/table/meson.build index 4f826b4b27e8..f8cef24b5918 100644 --- a/lib/table/meson.build +++ b/lib/table/meson.build @@ -1,12 +1,6 @@ # 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_swx_keycmp.c', 'rte_swx_table_em.c', -- 2.39.1