aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-02-02 15:04:07 -0800
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-02-02 15:04:07 -0800
commitac1ac3ab3db628f7643532b515f62d113dcb9700 (patch)
treee7b2546f7d0c0cb7ae7cdcf56b914cc5ed78b06f /build.yaml
parent56f4b044bed71701c9043a4e56e104596a7b7723 (diff)
parent22c0decbb699887c9c26458e57e39903af0090a1 (diff)
Merge pull request #5015 from ctiller/memcpy_redux
Fix c# artifact builder
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index 2fbca377cb..795e90f5e9 100644
--- a/build.yaml
+++ b/build.yaml
@@ -875,7 +875,7 @@ libs:
deps:
- grpc
- gpr
- LDFLAGS: -Wl,-wrap,memcpy
+ LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
deps_linkage: static
dll: only
vs_config_type: DynamicLibrary