Skip to content

Commit d88df57

Browse files
Add anl to dependencies
dotnet/runtime#34633 introduced a dependency on this.
1 parent 04aba0b commit d88df57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The .NET Foundation licenses this file to you under the MIT license.
7474
<LinkerArg Include="-lgssapi_krb5" Condition="'$(TargetOS)' != 'OSX' and '$(StaticallyLinked)' != 'true'" />
7575
<LinkerArg Include="-lrt" Condition="'$(TargetOS)' != 'OSX'" />
7676
<LinkerArg Include="-licucore" Condition="'$(TargetOS)' == 'OSX'" />
77+
<LinkerArg Include="-lanl" Condition="'$(TargetOS)' != 'OSX'"/>
7778
<LinkerArg Include="-dynamiclib" Condition="'$(TargetOS)' == 'OSX' and '$(NativeLib)' == 'Shared'" />
7879
<LinkerArg Include="-shared" Condition="'$(TargetOS)' != 'OSX' and '$(NativeLib)' == 'Shared'" />
7980
<LinkerArg Include="-Wl,-u,_CoreRT_StaticInitialization" Condition="'$(TargetOS)' == 'OSX' and '$(NativeLib)' == 'Shared'" />

0 commit comments

Comments
 (0)