[PATCH] mempool: enable code to be compiled with MSVC compiler
Andre Muezerie
andremue at linux.microsoft.com
Wed Nov 13 02:24:33 CET 2024
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 <andremue at 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
More information about the dev
mailing list