diff --git a/lib/argparse/meson.build b/lib/argparse/meson.build index 8ab4c408eef..b6a08ca0498 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')