Skip to content

Commit

Permalink
Remove dbgshim from platform manifest (#90193)
Browse files Browse the repository at this point in the history
This package has moved out of band and should never conflict.
  • Loading branch information
hoyosjs authored Aug 22, 2023
1 parent 4a5695b commit 27015fd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@
<PlatformManifestFileEntry Include="mono-aot-cross" IsNative="true" />
<PlatformManifestFileEntry Include="mono-aot-cross.exe" IsNative="true" />
<PlatformManifestFileEntry Include="opt" IsNative="true" />
<PlatformManifestFileEntry Include="dbgshim.dll" IsNative="true" />
<PlatformManifestFileEntry Include="libdbgshim.so" IsNative="true" />
<PlatformManifestFileEntry Include="libdbgshim.dylib" IsNative="true" />
<!-- libc++ for C++17 support on older distributions -->
<PlatformManifestFileEntry Include="libc++.so.1" IsNative="true" />
<PlatformManifestFileEntry Include="libc++abi.so.1" IsNative="true" />
Expand Down

0 comments on commit 27015fd

Please sign in to comment.