Skip to content

Commit

Permalink
fixup build
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Nov 23, 2015
1 parent 4805def commit 2a1ba33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -17,7 +17,7 @@
'sources': [
'src/InjectedScriptHost.cc'
],
'defines': ['NODE_NEXT=true']
'defines': ['NODE_NEXT=1']
}]
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/debug.cc
@@ -1,5 +1,5 @@
#include <nan.h>
#include <v8-debug.h>
#include <nan.h>

#include "tools.h"
#if (NODE_NEXT)
Expand Down

0 comments on commit 2a1ba33

Please sign in to comment.