diff options
author | Mark D. Roth <roth@google.com> | 2016-08-02 10:07:48 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-08-02 10:07:48 -0700 |
commit | 3ac6fc1b97924b069e998ad72e0c404d21381cac (patch) | |
tree | 07edeef1a36558dbbe62e96ebf778f6c6959863a /src/csharp/Grpc.Core/NativeDeps.Mac.targets | |
parent | f9d8e9064ba9aa20c944441f4890866ff3b98141 (diff) | |
parent | 0ff122e3e55a297643805735986deb7f336c7159 (diff) |
Merge branch 'filter_call_init_failure' into filter_api
Diffstat (limited to 'src/csharp/Grpc.Core/NativeDeps.Mac.targets')
-rw-r--r-- | src/csharp/Grpc.Core/NativeDeps.Mac.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/NativeDeps.Mac.targets b/src/csharp/Grpc.Core/NativeDeps.Mac.targets index c3c6264fd3..e22c7384fc 100644 --- a/src/csharp/Grpc.Core/NativeDeps.Mac.targets +++ b/src/csharp/Grpc.Core/NativeDeps.Mac.targets @@ -3,7 +3,7 @@ <ItemGroup> <Content Include="..\..\..\libs\$(NativeDependenciesConfigurationUnix)\libgrpc_csharp_ext.dylib"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - <Link>nativelibs\macosx_x86\libgrpc_csharp_ext.dylib</Link> + <Link>libgrpc_csharp_ext.x86.dylib</Link> </Content> </ItemGroup> </Project>
\ No newline at end of file |