The issues that were preventing argparser from getting compiled with MSVC were fixed, so now it should not be excluded from the compilation anymore.
Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> --- lib/argparse/meson.build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/argparse/meson.build b/lib/argparse/meson.build index 8ab4c408ee..b6a08ca049 100644 --- a/lib/argparse/meson.build +++ b/lib/argparse/meson.build @@ -1,12 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2024 HiSilicon Limited. -if is_ms_compiler - build = false - reason = 'not supported building with Visual Studio Toolset' - subdir_done() -endif - sources = files('rte_argparse.c') headers = files('rte_argparse.h') -- 2.34.1