Skip to content

Commit

Permalink
解决Bug,修复14.31.31103 x64以及ARM64找不到符号__guard_memcpy_fptr问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Mar 13, 2022
1 parent 59a7059 commit 2fe6d90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tools/VCRuntime/arm64/LibInfo.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ExtractItem Include="\objr\arm64\softmemtag.obj">
<LibFile>$(VCToolsInstallDir)lib\$(PlatformShortName)\libvcruntime.lib</LibFile>
<OutDir>$(IntDir)objr\libvcruntime\</OutDir>
</ExtractItem>
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions Tools/VCRuntime/x64/LibInfo.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@
<OutDir>$(IntDir)objr\libvcruntime\</OutDir>
</ExtractItem>
</ItemGroup>
<ItemGroup>
<ExtractItem Include="\objr\amd64\softmemtag.obj">
<LibFile>$(VCToolsInstallDir)lib\$(PlatformShortName)\libvcruntime.lib</LibFile>
<OutDir>$(IntDir)objr\libvcruntime\</OutDir>
</ExtractItem>
</ItemGroup>
</Project>

0 comments on commit 2fe6d90

Please sign in to comment.