summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorIgor Zinkovsky <igorzi@microsoft.com>2012-01-16 14:26:58 -0800
committerIgor Zinkovsky <igorzi@microsoft.com>2012-01-16 14:44:49 -0800
commit95844451b6651fa5ad66a09f971cc139b90c63aa (patch)
tree8bc07a93a30a554b42c2a840dd8c24dad895dd71 /node.gyp
parent60040a4f366d436d759729530f4d19e7e1958e51 (diff)
downloadnode-new-95844451b6651fa5ad66a09f971cc139b90c63aa.tar.gz
fix windows build
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 343a5e93b6..d23d1e4ace 100644
--- a/node.gyp
+++ b/node.gyp
@@ -8,6 +8,7 @@
'node_use_dtrace': 'false',
'node_use_openssl%': 'true',
'node_use_system_openssl%': 'false',
+ 'node_use_isolates%': 'true',
'library_files': [
'src/node.js',
'lib/_debugger.js',
@@ -94,6 +95,7 @@
'src/v8_typed_array.cc',
'src/udp_wrap.cc',
# headers to make for a more pleasant IDE experience
+ 'src/ngx-queue.h',
'src/handle_wrap.h',
'src/node.h',
'src/node_vars.h',