Skip to content

Commit 484e4db

Browse files
committed
build: restore js2c direct dependency on config.gypi
PR-URL: nodejs#23355 Fixes: nodejs#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 20de5f3 commit 484e4db

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
@@ -629,6 +629,7 @@
629629
'process_outputs_as_sources': 1,
630630
'inputs': [
631631
'<@(library_files)',
632+
'config.gypi',
632633
'tools/check_macros.py'
633634
],
634635
'outputs': [
@@ -648,7 +649,7 @@
648649
'action': [
649650
'python', 'tools/js2c.py',
650651
'<@(_outputs)',
651-
'<@(_inputs)', 'config.gypi',
652+
'<@(_inputs)',
652653
],
653654
},
654655
],

0 commit comments

Comments
 (0)