diff options
| author | Stephen Hemminger <[email protected]> | 2023-02-19 15:14:16 -0800 |
|---|---|---|
| committer | David Marchand <[email protected]> | 2023-03-10 14:44:37 +0100 |
| commit | 1b314ba7795f07dc29f76da91c9f35d32da3a481 (patch) | |
| tree | e404addbbd0209fe710faca9d96a5a63fb69084f /lib/table | |
| parent | beb43124db8eef0a19fdb3dd249e318119e1e412 (diff) | |
table: build on Windows
There doesn't seem to be anything keeping this from building on Windows.
Signed-off-by: Stephen Hemminger <[email protected]>
Acked-by: Tyler Retzlaff <[email protected]>
Diffstat (limited to 'lib/table')
| -rw-r--r-- | lib/table/meson.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/table/meson.build b/lib/table/meson.build index 4f826b4b27..f8cef24b59 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', |
