couldn't find fuzzer lib, add MT to help

This commit is contained in:
Carlos Zamora 2021-11-22 17:43:49 -05:00
parent ce5209880f
commit 83037289ef

View file

@ -82,8 +82,7 @@
<!-- In theory, we may want to build with a normal main() when Fuzzing is not enabled. -->
<!-- So, let's only add the fuzzer to the link line when we're building for Fuzzing. -->
<Link>
<AdditionalDependencies>WinMM.Lib;clang_rt.fuzzer-$(OCClangArchitectureName).lib;%(AdditionalDependencies)</AdditionalDependencies>
<!-- TODO GH#XXXX: change 'fuzzer-' to 'fuzzer_MT- above when build pools upgrade to VS 2022 -->
<AdditionalDependencies>WinMM.Lib;clang_rt.fuzzer_MT-$(OCClangArchitectureName).lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Careful reordering these. Some default props (contained in these files) are order sensitive. -->