Skip to content

Commit

Permalink
fix: added build conditions to asan dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbsinteractive committed Aug 4, 2024
1 parent 4d45e51 commit 829a544
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions remc2-unit-test/remc2-unit-test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Include="..\asan\clang_rt.asan_dynamic-x86_64.dll" />
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<CopyFileToFolders Include="..\asan\clang_rt.asan_dynamic-i386.dll" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<CopyFileToFolders Include="..\asan\clang_rt.asan_dynamic-x86_64.dll" />
</ItemGroup>
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down

0 comments on commit 829a544

Please sign in to comment.