Skip to content

Commit 2a1ba33

Browse files
committed
fixup build
1 parent 4805def commit 2a1ba33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'sources': [
1818
'src/InjectedScriptHost.cc'
1919
],
20-
'defines': ['NODE_NEXT=true']
20+
'defines': ['NODE_NEXT=1']
2121
}]
2222
]
2323
},

src/debug.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include <nan.h>
21
#include <v8-debug.h>
2+
#include <nan.h>
33

44
#include "tools.h"
55
#if (NODE_NEXT)

0 commit comments

Comments
 (0)