Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Zinkovsky <igorzi@microsoft.com>2012-01-17 02:26:58 +0400
committerIgor Zinkovsky <igorzi@microsoft.com>2012-01-17 02:44:49 +0400
commit95844451b6651fa5ad66a09f971cc139b90c63aa (patch)
tree8bc07a93a30a554b42c2a840dd8c24dad895dd71 /node.gyp
parent60040a4f366d436d759729530f4d19e7e1958e51 (diff)
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 343a5e93b60..d23d1e4acef 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',