Skip to content

Commit

Permalink
There shouldn't be a 'lib' prefix on Windows .lib files (#61618)
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex committed Nov 15, 2021
1 parent f01cd8d commit f3228da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<PlatformManifestFileEntry Include="Microsoft.DiaSymReader.Native.arm.dll" IsNative="true" FallbackFileVersion="$(MicrosoftDiaSymReaderNativeFileVersion)" />
<PlatformManifestFileEntry Include="Microsoft.DiaSymReader.Native.arm64.dll" IsNative="true" FallbackFileVersion="$(MicrosoftDiaSymReaderNativeFileVersion)" />
<!-- Mono-specific files -->
<PlatformManifestFileEntry Include="libmonosgen-2.0.lib" IsNative="true" />
<PlatformManifestFileEntry Include="monosgen-2.0.lib" IsNative="true" />
<PlatformManifestFileEntry Include="libmonosgen-2.0.a" IsNative="true" />
<PlatformManifestFileEntry Include="libmonosgen-2.0.so" IsNative="true" />
<PlatformManifestFileEntry Include="libmonosgen-2.0.dylib" IsNative="true" />
Expand Down

0 comments on commit f3228da

Please sign in to comment.