Skip to content

Commit

Permalink
Add anl to dependencies (#573)
Browse files Browse the repository at this point in the history
dotnet/runtime#34633 introduced a dependency on this.
  • Loading branch information
MichalStrehovsky authored Jan 21, 2021
1 parent 04aba0b commit 820577f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ The .NET Foundation licenses this file to you under the MIT license.
<LinkerArg Include="-lgssapi_krb5" Condition="'$(TargetOS)' != 'OSX' and '$(StaticallyLinked)' != 'true'" />
<LinkerArg Include="-lrt" Condition="'$(TargetOS)' != 'OSX'" />
<LinkerArg Include="-licucore" Condition="'$(TargetOS)' == 'OSX'" />
<LinkerArg Include="-lanl" Condition="'$(TargetOS)' != 'OSX'"/>
<LinkerArg Include="-dynamiclib" Condition="'$(TargetOS)' == 'OSX' and '$(NativeLib)' == 'Shared'" />
<LinkerArg Include="-shared" Condition="'$(TargetOS)' != 'OSX' and '$(NativeLib)' == 'Shared'" />
<LinkerArg Include="-Wl,-u,_CoreRT_StaticInitialization" Condition="'$(TargetOS)' == 'OSX' and '$(NativeLib)' == 'Shared'" />
Expand Down

0 comments on commit 820577f

Please sign in to comment.