diff options
-rw-r--r-- | node.gyp | 17 | ||||
-rw-r--r-- | src/notrace_macros.py (renamed from src/macros.py) | 0 |
2 files changed, 8 insertions, 9 deletions
@@ -378,19 +378,18 @@ ' and node_use_etw=="false"' ' and node_use_systemtap=="false"', { - 'inputs': ['src/macros.py'] - } - ], + 'inputs': ['src/notrace_macros.py'] + }], [ 'node_use_perfctr=="false"', { 'inputs': [ 'src/perfctr_macros.py' ] }] ], - 'action': [ - '<(python)', - 'tools/js2c.py', - '<@(_outputs)', - '<@(_inputs)', - ], + 'action': [ + '<(python)', + 'tools/js2c.py', + '<@(_outputs)', + '<@(_inputs)', + ], }, ], }, # end node_js2c diff --git a/src/macros.py b/src/notrace_macros.py index 0e03a1652..0e03a1652 100644 --- a/src/macros.py +++ b/src/notrace_macros.py |