Fix changes of node's build environment.
authorCheng Zhao <zcbenz@gmail.com>
Sat, 28 Jun 2014 11:31:04 +0000 (19:31 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sat, 28 Jun 2014 11:31:04 +0000 (19:31 +0800)
common.gypi

index 0db29d0..740da0b 100644 (file)
     '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': '',