diff --git a/configure b/configure index 00f20f75d40af8..2287b36f4607cb 100755 --- a/configure +++ b/configure @@ -1102,7 +1102,7 @@ def configure_intl(o): return # end of configure_intl output = { - 'variables': { 'python': sys.executable }, + 'variables': {}, 'include_dirs': [], 'libraries': [], 'defines': [], diff --git a/node.gyp b/node.gyp index a65f76e4ce68db..3fbf912c922b04 100644 --- a/node.gyp +++ b/node.gyp @@ -526,7 +526,7 @@ }] ], 'action': [ - '<(python)', + 'python', 'tools/js2c.py', '<@(_outputs)', '<@(_inputs)',