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:
parent
211018fe72
commit
c3e50cadac
2
configure
vendored
2
configure
vendored
@ -1102,7 +1102,7 @@ def configure_intl(o):
|
|||||||
return # end of configure_intl
|
return # end of configure_intl
|
||||||
|
|
||||||
output = {
|
output = {
|
||||||
'variables': { 'python': sys.executable },
|
'variables': {},
|
||||||
'include_dirs': [],
|
'include_dirs': [],
|
||||||
'libraries': [],
|
'libraries': [],
|
||||||
'defines': [],
|
'defines': [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user