summaryrefslogtreecommitdiff
path: root/node.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi6
1 files changed, 2 insertions, 4 deletions
diff --git a/node.gypi b/node.gypi
index cbedd8028a..f528a2082e 100644
--- a/node.gypi
+++ b/node.gypi
@@ -65,16 +65,14 @@
'NOMINMAX',
'_UNICODE=1',
],
- }, { # POSIX
- 'defines': [ '__POSIX__' ],
- }],
- [ 'node_use_pch=="true"', {
'msvs_precompiled_header': 'tools/msvs/pch/node_pch.h',
'msvs_precompiled_source': 'tools/msvs/pch/node_pch.cc',
'sources': [
'<(_msvs_precompiled_header)',
'<(_msvs_precompiled_source)',
],
+ }, { # POSIX
+ 'defines': [ '__POSIX__' ],
}],
[ 'node_enable_d8=="true"', {
'dependencies': [ 'deps/v8/gypfiles/d8.gyp:d8' ],