Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
node.gyp: include the config.gypi file in the js2c inputs list
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Mar 16, 2012
1 parent bea2e15 commit 95fd517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node.gyp
Expand Up @@ -219,8 +219,8 @@
'action_name': 'node_js2c',

'inputs': [
'./tools/js2c.py',
'<@(library_files)',
'./config.gypi',
],

'outputs': [
Expand All @@ -237,14 +237,14 @@
'python',
'tools/js2c.py',
'<@(_outputs)',
'<@(library_files)'
'<@(_inputs)',
],
}, { # No Dtrace
'action': [
'python',
'tools/js2c.py',
'<@(_outputs)',
'<@(library_files)',
'<@(_inputs)',
'src/macros.py'
],
}]
Expand Down

0 comments on commit 95fd517

Please sign in to comment.