aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index d30a395ba4..8d38b6a835 100644
--- a/build.yaml
+++ b/build.yaml
@@ -107,6 +107,7 @@ filegroups:
- src/core/support/time_precise.c
- src/core/support/time_win32.c
- src/core/support/tls_pthread.c
+ - src/core/support/wrap_memcpy.c
- name: grpc++_base
public_headers:
- include/grpc++/channel.h
@@ -841,6 +842,7 @@ libs:
- src/csharp/ext/grpc_csharp_ext.c
deps:
- grpc
+ LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
deps_linkage: static
dll: only
vs_config_type: DynamicLibrary