Merge pull request #803 from grpc/oaktowner-patch-1

Update binding.gyp
This commit is contained in:
Craig Tiller 2015-02-25 13:28:18 -08:00
commit 5751e32c48

View File

@ -7,7 +7,7 @@
"targets" : [
{
'include_dirs': [
"<!(nodejs -e \"require('nan')\")"
"<!(node -e \"require('nan')\")"
],
'cflags': [
'-std=c++11',