Skip to content

Commit

Permalink
Fix dbgshim entry in platform manifest (#67831)
Browse files Browse the repository at this point in the history
This fixes the official build - mono's dbgshim still ships from the runtime repo.
  • Loading branch information
hoyosjs authored Apr 11, 2022
1 parent 2087c07 commit 7bfc61b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@
<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" />
<!-- Mono components specific files -->
<PlatformManifestFileEntry Include="libmono-component-diagnostics_tracing.dll" IsNative="true" />
<PlatformManifestFileEntry Include="libmono-component-diagnostics_tracing.so" IsNative="true" />
Expand Down

0 comments on commit 7bfc61b

Please sign in to comment.