From 1025090fbe215286239ff6dd5dbedd3291f0b196 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 2 Dec 2024 13:48:44 +0000 Subject: [PATCH] build: disable compiling fuzz/utxo_snapshot.cpp with MSVC This is a backport of #31307 / b2d536100282bd901d3e0be7f7f4a6966e0ef817 for 28.x. --- build_msvc/fuzz/fuzz.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_msvc/fuzz/fuzz.vcxproj b/build_msvc/fuzz/fuzz.vcxproj index 7c72703c935..a989b562c0e 100644 --- a/build_msvc/fuzz/fuzz.vcxproj +++ b/build_msvc/fuzz/fuzz.vcxproj @@ -9,7 +9,7 @@ $(SolutionDir)$(Platform)\$(Configuration)\ - + $(IntDir)test_fuzz_util_descriptor.obj