Update binding.gyp

pull/803/head
Dan Ciruli 10 years ago
parent ad60177519
commit 60fcca5dec
  1. 2
      src/node/binding.gyp

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

Loading…
Cancel
Save