Skip to content

Commit

Permalink
Fix build breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Oct 1, 2020
1 parent c609102 commit 00210dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libraries/illink-sharedframework.targets
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
-->
<LinkerNoWarn Condition="'$(TargetOS)' != 'Windows_NT'">$(LinkerNoWarn);IL2008</LinkerNoWarn>
<LinkerNoWarn Condition="'$(Platform)' != 'x64' AND '$(Platform)' != 'arm64'">$(LinkerNoWarn);IL2012</LinkerNoWarn>
<!-- https://github.com/dotnet/runtimelab/issues/106 - warnings suppressed for NativeAOT CoreLib -->
<LinkerNoWarn>$(LinkerNoWarn);IL2059;IL2072;IL2075;IL2080</LinkerNoWarn>
<ILLinkArgs>$(ILLinkArgs) --nowarn $(LinkerNoWarn)</ILLinkArgs>
</PropertyGroup>

Expand Down

0 comments on commit 00210dc

Please sign in to comment.