From 91c7458ab8118900c91aa922b72d3aece498510d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 28 Jun 2014 19:31:04 +0800 Subject: [PATCH] Fix changes of node's build environment. --- common.gypi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common.gypi b/common.gypi index 0db29d0..740da0b 100644 --- a/common.gypi +++ b/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': '', -- 2.7.4