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 936d4d8a9118bd..cf2c7af5f53144 100644 --- a/node.gyp +++ b/node.gyp @@ -528,7 +528,7 @@ }] ], 'action': [ - '<(python)', + 'python', 'tools/js2c.py', '<@(_outputs)', '<@(_inputs)',