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:
Родитель
211018fe72
Коммит
c3e50cadac
|
@ -1102,7 +1102,7 @@ def configure_intl(o):
|
|||
return # end of configure_intl
|
||||
|
||||
output = {
|
||||
'variables': { 'python': sys.executable },
|
||||
'variables': {},
|
||||
'include_dirs': [],
|
||||
'libraries': [],
|
||||
'defines': [],
|
||||
|
|
2
node.gyp
2
node.gyp
|
@ -526,7 +526,7 @@
|
|||
}]
|
||||
],
|
||||
'action': [
|
||||
'<(python)',
|
||||
'python',
|
||||
'tools/js2c.py',
|
||||
'<@(_outputs)',
|
||||
'<@(_inputs)',
|
||||
|
|
Загрузка…
Ссылка в новой задаче