Skip to content

Commit 95fd517

Browse files
committed
node.gyp: include the config.gypi file in the js2c inputs list
1 parent bea2e15 commit 95fd517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

node.gyp

+3-3
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@
219219
'action_name': 'node_js2c',
220220

221221
'inputs': [
222-
'./tools/js2c.py',
223222
'<@(library_files)',
223+
'./config.gypi',
224224
],
225225

226226
'outputs': [
@@ -237,14 +237,14 @@
237237
'python',
238238
'tools/js2c.py',
239239
'<@(_outputs)',
240-
'<@(library_files)'
240+
'<@(_inputs)',
241241
],
242242
}, { # No Dtrace
243243
'action': [
244244
'python',
245245
'tools/js2c.py',
246246
'<@(_outputs)',
247-
'<@(library_files)',
247+
'<@(_inputs)',
248248
'src/macros.py'
249249
],
250250
}]

0 commit comments

Comments
 (0)