[PATCH v5 9/9] table: enable build on Windows
Stephen Hemminger
stephen at networkplumber.org
Thu Mar 9 22:31:28 CET 2023
There doesn't seem to be anything keeping this from building on Windows.
Signed-off-by: Stephen Hemminger <stephen at 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.2
More information about the dev
mailing list