commit | 09dc57793147cf6c56de1cb783c29053ef46e93a | [log] [tgz] |
---|---|---|
author | Ben Noordhuis <[email protected]> | Tue Nov 29 16:35:19 2011 |
committer | Ben Noordhuis <[email protected]> | Thu Dec 29 00:56:09 2011 |
tree | cb5da2a750de9ae899f10bb5a741e072bc3ce3b5 | |
parent | b3d4938e3e04394f672f8f15feb779b231424bb6 [diff] [blame] |
build: move internals to separate header file
diff --git a/node.gyp b/node.gyp index 9de3492..b4a3e46 100644 --- a/node.gyp +++ b/node.gyp
@@ -125,6 +125,7 @@ ], 'defines': [ + 'NODE_WANT_INTERNALS=1', 'ARCH="<(target_arch)"', 'PLATFORM="<(OS)"', ],