Browse Source

Fix changes of node's build environment.

Cheng Zhao 10 years ago
parent
commit
91c7458ab8
1 changed files with 4 additions and 2 deletions
  1. 4 2
      common.gypi

+ 4 - 2
common.gypi

@@ -24,12 +24,14 @@
     'node_shared_v8': 'true',
     'node_shared_zlib': 'false',
     'node_tag': '',
-    'node_unsafe_optimizations': 0,
     'node_use_dtrace': 'false',
     'node_use_etw': 'false',
+    'node_use_mdb': 'false',
     'node_use_openssl': 'true',
     'node_use_perfctr': 'false',
-    'node_use_systemtap': 'false',
+    'uv_library': 'static_library',
+    'uv_parent_path': 'vendor/node/deps/uv',
+    'uv_use_dtrace': 'false',
     'v8_postmortem_support': 'false',
     # Required by Linux (empty for now, should support it in future).
     'sysroot': '',