We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea2e15 commit 95fd517Copy full SHA for 95fd517
node.gyp
@@ -219,8 +219,8 @@
219
'action_name': 'node_js2c',
220
221
'inputs': [
222
- './tools/js2c.py',
223
'<@(library_files)',
+ './config.gypi',
224
],
225
226
'outputs': [
@@ -237,14 +237,14 @@
237
'python',
238
'tools/js2c.py',
239
'<@(_outputs)',
240
- '<@(library_files)'
+ '<@(_inputs)',
241
242
}, { # No Dtrace
243
'action': [
244
245
246
247
- '<@(library_files)',
248
'src/macros.py'
249
250
}]
0 commit comments