We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f190a5 commit 14912d8Copy full SHA for 14912d8
node.gyp
@@ -791,6 +791,8 @@
791
'action_name': 'node_js2c',
792
'process_outputs_as_sources': 1,
793
'inputs': [
794
+ # Put the code first so it's a dependency and can be used for invocation.
795
+ 'tools/js2c.py',
796
'<@(library_files)',
797
'config.gypi',
798
'tools/check_macros.py'
@@ -810,9 +812,8 @@
810
812
}]
811
813
],
814
'action': [
- 'python', 'tools/js2c.py',
- '<@(_outputs)',
815
- '<@(_inputs)',
+ 'python', '<@(_inputs)',
816
+ '--target', '<@(_outputs)',
817
818
},
819
0 commit comments