File tree 1 file changed +5
-0
lines changed
src/coreclr/nativeaot/BuildIntegration
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ The .NET Foundation licenses this file to you under the MIT license.
76
76
77
77
<ItemGroup Condition =" '$(TargetOS)' == 'OSX'" >
78
78
<NativeFramework Include =" CoreFoundation" />
79
+ <NativeFramework Include =" CryptoKit" />
79
80
<NativeFramework Include =" Foundation" />
80
81
<NativeFramework Include =" Security" />
81
82
<NativeFramework Include =" GSS" />
@@ -98,9 +99,13 @@ The .NET Foundation licenses this file to you under the MIT license.
98
99
<LinkerArg Include =" -lstdc++" />
99
100
<LinkerArg Include =" -ldl" />
100
101
<LinkerArg Include =" -lm" />
102
+ <LinkerArg Include =" -lobjc" Condition =" '$(TargetOS)' == 'OSX'" />
103
+ <LinkerArg Include =" -lswiftCore" Condition =" '$(TargetOS)' == 'OSX'" />
104
+ <LinkerArg Include =" -lswiftFoundation" Condition =" '$(TargetOS)' == 'OSX'" />
101
105
<LinkerArg Include =" -lz" />
102
106
<LinkerArg Include =" -lrt" Condition =" '$(TargetOS)' != 'OSX'" />
103
107
<LinkerArg Include =" -licucore" Condition =" '$(TargetOS)' == 'OSX'" />
108
+ <LinkerArg Include =" -L/usr/lib/swift" Condition =" '$(TargetOS)' == 'OSX'" />
104
109
<LinkerArg Include =" @(StaticICULibs)" Condition =" '$(StaticICULinking)' == 'true'" />
105
110
<LinkerArg Include =" -dynamiclib" Condition =" '$(TargetOS)' == 'OSX' and '$(NativeLib)' == 'Shared'" />
106
111
<LinkerArg Include =" -shared" Condition =" '$(TargetOS)' != 'OSX' and '$(NativeLib)' == 'Shared'" />
You can’t perform that action at this time.
0 commit comments