Fix changes of node's build environment.

This commit is contained in:
Cheng Zhao 2014-06-28 19:31:04 +08:00
Родитель 5f3fa341b2
Коммит 91c7458ab8
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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': '',