aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/grpc.gyp.template
diff options
context:
space:
mode:
authorGravatar Yihua Zhang <yihuaz@google.com>2018-03-08 06:49:24 -0800
committerGravatar Yihua Zhang <yihuaz@google.com>2018-03-08 06:49:24 -0800
commit04fb58efbd62e11466b79dbdf4f1433cc2c75a89 (patch)
treecb3af2df9157a17f6f68367c7bc409c095a75627 /templates/grpc.gyp.template
parenta5935917c535ffa0194a85ff062445912e49d790 (diff)
Add ALTS code to grpc/core
Diffstat (limited to 'templates/grpc.gyp.template')
-rw-r--r--templates/grpc.gyp.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/grpc.gyp.template b/templates/grpc.gyp.template
index 3363082a83..2ea0d06ebd 100644
--- a/templates/grpc.gyp.template
+++ b/templates/grpc.gyp.template
@@ -60,11 +60,11 @@
% endfor
'cflags_c': [
'-Werror',
- '-std=c99'
+ '-std=c99',
],
'cflags_cc': [
'-Werror',
- '-std=c++11'
+ '-std=c++11',
],
'include_dirs': [
'.',
@@ -127,7 +127,7 @@
% endfor
'-stdlib=libc++',
'-std=c++11',
- '-Wno-error=deprecated-declarations'
+ '-Wno-error=deprecated-declarations',
],
% endif
},