build: fix build when python path contains spaces

PR-URL: https://github.com/nodejs/node/pull/4841
Reviewed-By: Benjamin Gruenbaum <inglor@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
This commit is contained in:
Felix Becker 2016-01-24 17:01:07 +01:00 коммит произвёл Roman Reiss
Родитель 211018fe72
Коммит c3e50cadac
2 изменённых файлов: 2 добавлений и 2 удалений

2
configure поставляемый
Просмотреть файл

@ -1102,7 +1102,7 @@ def configure_intl(o):
return # end of configure_intl
output = {
'variables': { 'python': sys.executable },
'variables': {},
'include_dirs': [],
'libraries': [],
'defines': [],

Просмотреть файл

@ -526,7 +526,7 @@
}]
],
'action': [
'<(python)',
'python',
'tools/js2c.py',
'<@(_outputs)',
'<@(_inputs)',