From b02f85fae696d3205277640c50b3c71257dcc951 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Szczepan=20=C4=86wikli=C5=84ski?= Date: Mon, 6 Feb 2023 03:18:55 +0100 Subject: [PATCH] Set UseLLVMLinker=true when targeting FreeBSD by default (#81642) --- .../nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index aac111f..d4a5f41 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -21,6 +21,7 @@ The .NET Foundation licenses this file to you under the MIT license. ar --flat <_SymbolPrefix Condition="'$(TargetOS)' == 'osx'">_ + true -- 2.7.4