Skip to content

Commit c9148c8

Browse files
agockejkotas
andauthored
Remove ld_classic in 16+ (#110542)
* Remove ld_class in 16+ * Update src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets Co-authored-by: Jan Kotas <jkotas@microsoft.com> --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
1 parent 77caed4 commit c9148c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The .NET Foundation licenses this file to you under the MIT license.
284284
</PropertyGroup>
285285

286286
<ItemGroup Condition="'$(UseLdClassicXCodeLinker)' != 'false' and '$(_IsApplePlatform)' == 'true'">
287-
<CustomLinkerArg Condition="'$(_XcodeVersion)' &gt;= '15'" Include="-ld_classic" />
287+
<CustomLinkerArg Condition="'$(_XcodeVersion)' == '15'" Include="-ld_classic" />
288288
</ItemGroup>
289289

290290
<PropertyGroup>

0 commit comments

Comments
 (0)