Skip to content

Commit

Permalink
build: restore js2c direct dependency on config.gypi
Browse files Browse the repository at this point in the history
PR-URL: #23355
Fixes: #23352
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
refack authored and targos committed Oct 10, 2018
1 parent cd69e1b commit e6484c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node.gyp
Expand Up @@ -655,6 +655,7 @@
'process_outputs_as_sources': 1,
'inputs': [
'<@(library_files)',
'config.gypi',
'tools/check_macros.py'
],
'outputs': [
Expand All @@ -677,7 +678,7 @@
'action': [
'python', 'tools/js2c.py',
'<@(_outputs)',
'<@(_inputs)', 'config.gypi',
'<@(_inputs)',
],
},
],
Expand Down

0 comments on commit e6484c2

Please sign in to comment.