Commit 2dc800c8 authored by Yang Guo's avatar Yang Guo Committed by Commit Bot

[node] fix gyp/gn bridge for mac.

TBR=machenbach@chromium.org

Bug: v8:6105
Change-Id: I56a08060c93fc86e752a7ef0156bbcca8a7ba261
Reviewed-on: https://chromium-review.googlesource.com/873132Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50677}
parent ed217934
......@@ -2591,7 +2591,7 @@
},
{
'target_name': 'v8_monolith',
'type': 'static_library',
'type': 'none',
'direct_dependent_settings': {
'include_dirs': [
'../include',
......@@ -2604,8 +2604,8 @@
'../tools/node/build_gn.py',
],
'outputs': [
'<(INTERMEDIATE_DIR)/obj/libv8_monolith.a',
'<(INTERMEDIATE_DIR)/args.gn',
'<(INTERMEDIATE_DIR)/gn/obj/libv8_monolith.a',
'<(INTERMEDIATE_DIR)/gn/args.gn',
],
'action': [
'../tools/node/build_gn.py',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment