[PATCH] regexdev: enable to be compiled on Windows
Andre Muezerie
andremue at linux.microsoft.com
Fri May 9 23:52:14 CEST 2025
Now that mbuf is compiling on Windows, this library can be enabled as
well.
Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
---
lib/regexdev/meson.build | 6 ------
1 file changed, 6 deletions(-)
diff --git a/lib/regexdev/meson.build b/lib/regexdev/meson.build
index 426e764ece..7e12d8cd6d 100644
--- a/lib/regexdev/meson.build
+++ b/lib/regexdev/meson.build
@@ -1,12 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020 Mellanox Technologies, Ltd
-if is_windows
- build = false
- reason = 'not supported on Windows'
- subdir_done()
-endif
-
sources = files('rte_regexdev.c')
headers = files('rte_regexdev.h', 'rte_regexdev_driver.h')
indirect_headers += files('rte_regexdev_core.h')
--
2.49.0.vfs.0.2
More information about the dev
mailing list