summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndre Muezerie <[email protected]>2024-11-12 17:24:33 -0800
committerThomas Monjalon <[email protected]>2024-11-19 11:26:39 +0100
commit2cd0c96f5b73e81317e97ac719862c9e9149e4ed (patch)
tree4fd6c6fdae059faa11ad99646bea18af7954ca6c /lib
parent85a9a589da099f8da3230b38a0eb5e92e458b90c (diff)
mempool: enable with MSVC
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 <[email protected]> Reviewed-by: Morten Brørup <[email protected]> Acked-by: Andrew Rybchenko <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/mempool/meson.build6
1 files changed, 0 insertions, 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