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

Loading…
Cancel
Save