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 committed Oct 10, 2018
1 parent 20de5f3 commit 484e4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node.gyp
Expand Up @@ -629,6 +629,7 @@
'process_outputs_as_sources': 1,
'inputs': [
'<@(library_files)',
'config.gypi',
'tools/check_macros.py'
],
'outputs': [
Expand All @@ -648,7 +649,7 @@
'action': [
'python', 'tools/js2c.py',
'<@(_outputs)',
'<@(_inputs)', 'config.gypi',
'<@(_inputs)',
],
},
],
Expand Down

0 comments on commit 484e4db

Please sign in to comment.