summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-11-20 17:28:28 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-11-20 22:47:45 +0100
commit1e738c5ef2cb5a1bf5794bb044114991e057d5e6 (patch)
tree396f3bd260d86ab353056a9365e0a76a69b6c9a0 /node.gyp
parent815a181d03641573a92441d31764f53b0f6e778e (diff)
downloadnode-new-1e738c5ef2cb5a1bf5794bb044114991e057d5e6.tar.gz
build: make python executable configurable
Upstreamed in https://codereview.chromium.org/11418101/ Fixes #4287.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 287d897306..b9f7281083 100644
--- a/node.gyp
+++ b/node.gyp
@@ -314,14 +314,14 @@
' or node_use_systemtap=="true"',
{
'action': [
- 'python',
+ '<(python)',
'tools/js2c.py',
'<@(_outputs)',
'<@(_inputs)',
],
}, { # No Dtrace
'action': [
- 'python',
+ '<(python)',
'tools/js2c.py',
'<@(_outputs)',
'<@(_inputs)',