The issues that were preventing mempool from getting compiled with MSVC were fixed, so now it should not be excluded from the build anymore.
Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> --- lib/mempool/meson.build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/mempool/meson.build b/lib/mempool/meson.build index acce66cb97..8099a56466 100644 --- a/lib/mempool/meson.build +++ b/lib/mempool/meson.build @@ -1,12 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -if is_ms_compiler - build = false - reason = 'not supported building with Visual Studio Toolset' - subdir_done() -endif - extra_flags = [] foreach flag: extra_flags -- 2.34.1