Skip to content

Commit e6484c2

Browse files
refacktargos
authored andcommitted
build: restore js2c direct dependency on config.gypi
PR-URL: #23355 Fixes: #23352 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent cd69e1b commit e6484c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node.gyp

+2-1
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@
655655
'process_outputs_as_sources': 1,
656656
'inputs': [
657657
'<@(library_files)',
658+
'config.gypi',
658659
'tools/check_macros.py'
659660
],
660661
'outputs': [
@@ -677,7 +678,7 @@
677678
'action': [
678679
'python', 'tools/js2c.py',
679680
'<@(_outputs)',
680-
'<@(_inputs)', 'config.gypi',
681+
'<@(_inputs)',
681682
],
682683
},
683684
],

0 commit comments

Comments
 (0)