From 42f5a601c9a8d42892827af689827013757f6cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 3 Aug 2023 17:05:42 +0900 Subject: [PATCH 1/2] Split off system libraries into a separate ItemGroup Should help with https://github.com/dotnet/runtime/pull/88294#issuecomment-1663268829. --- .../Microsoft.NETCore.Native.Unix.targets | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 33b635de082de2..e349bafd9f1c87 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -105,6 +105,23 @@ The .NET Foundation licenses this file to you under the MIT license. + + + + + + + + + + + + + + + + + @@ -120,19 +137,10 @@ The .NET Foundation licenses this file to you under the MIT license. - - - - - - - - - + - @@ -152,7 +160,7 @@ The .NET Foundation licenses this file to you under the MIT license. - + From 6f8e9a632705a2cf8cf8d2b280f8121ea9970b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 3 Aug 2023 17:37:18 +0900 Subject: [PATCH 2/2] Update Microsoft.NETCore.Native.Unix.targets --- .../Microsoft.NETCore.Native.Unix.targets | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index e349bafd9f1c87..8ce90431a7ca89 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -106,16 +106,16 @@ The .NET Foundation licenses this file to you under the MIT license. - - - - - - - - - - + + + + + + + + + +