Update binding.gyp

This commit is contained in:
Dan Ciruli 2015-02-25 12:24:39 -08:00
parent 1fc959e5c4
commit fdf82db604

View File

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