Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Scheuer <info@creatix.dk>2018-04-04 23:18:50 +0300
committerMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-04-04 23:18:50 +0300
commit4d0c4377216dae6673c40f6fdfc9294b61c2b41a (patch)
treed50585ab16f1cb5721996c5484e12e82e330526a /src/BuildIntegration/Microsoft.NETCore.Native.Unix.props
parentce65d9a48b8334233bfda4cace6e0ef7afcc969d (diff)
Add gss as NativeFramework on OSX to support NetSecurityNative linking (#5644)
Diffstat (limited to 'src/BuildIntegration/Microsoft.NETCore.Native.Unix.props')
-rw-r--r--src/BuildIntegration/Microsoft.NETCore.Native.Unix.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props
index 5e2c7cede..db2912f32 100644
--- a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props
+++ b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props
@@ -73,6 +73,7 @@ See the LICENSE file in the project root for more information.
<ItemGroup Condition="'$(TargetOS)' == 'OSX'">
<NativeFramework Include="CoreFoundation" />
<NativeFramework Include="Security" />
+ <NativeFramework Include="gss" />
</ItemGroup>
<ItemGroup>