aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Matt Kwong <matt-kwong@users.noreply.github.com>2017-10-03 13:25:29 -0700
committerGravatar GitHub <noreply@github.com>2017-10-03 13:25:29 -0700
commit7bd592c7aa3c9efc074092c15f4a5e4ed3e99fc6 (patch)
tree755ab0a490fd8ce570c0304200257d3307f78c7f /binding.gyp
parent5abced94866858b5d6b360eb7e05349e915169dd (diff)
parentfa90655822ed6e02502f9d05b0479e12829042b9 (diff)
Merge pull request #12690 from matt-kwong/cov
Fix coverage tests
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index b4f9038210..6dbd0e71c3 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -101,6 +101,7 @@
'-fprofile-arcs',
'-ftest-coverage',
'-rdynamic',
+ '-lstdc++',
],
}],
['grpc_alpine=="true"', {