[PATCH] mldev: enable to be compiled with msvc
Andre Muezerie
andremue at linux.microsoft.com
Fri Apr 11 21:59:38 CEST 2025
Now that the issues preventing this lib from being compiled with MSVC
are solved, it can be enabled.
Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
---
lib/mldev/meson.build | 6 ------
1 file changed, 6 deletions(-)
diff --git a/lib/mldev/meson.build b/lib/mldev/meson.build
index 2c933baad6..0079ccd205 100644
--- a/lib/mldev/meson.build
+++ b/lib/mldev/meson.build
@@ -1,12 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2022 Marvell.
-if is_ms_compiler
- build = false
- reason = 'not supported building with Visual Studio Toolset'
- subdir_done()
-endif
-
sources = files(
'rte_mldev_pmd.c',
'rte_mldev.c',
--
2.49.0.vfs.0.0
More information about the dev
mailing list