Skip to content

Commit

Permalink
mempool: enable with MSVC
Browse files Browse the repository at this point in the history
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@linux.microsoft.com>
Reviewed-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
  • Loading branch information
Andre Muezerie authored and tmonjalo committed Nov 19, 2024
1 parent 85a9a58 commit 2cd0c96
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/mempool/meson.build
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2cd0c96

Please sign in to comment.