Skip to content

Commit

Permalink
build: fix build when python path contains spaces
Browse files Browse the repository at this point in the history
PR-URL: #4841
Reviewed-By: Benjamin Gruenbaum <inglor@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
  • Loading branch information
felixfbecker authored and silverwind committed Feb 9, 2016
1 parent 211018f commit c3e50ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -1102,7 +1102,7 @@ def configure_intl(o):
return # end of configure_intl

output = {
'variables': { 'python': sys.executable },
'variables': {},
'include_dirs': [],
'libraries': [],
'defines': [],
Expand Down
2 changes: 1 addition & 1 deletion node.gyp
Expand Up @@ -526,7 +526,7 @@
}]
],
'action': [
'<(python)',
'python',
'tools/js2c.py',
'<@(_outputs)',
'<@(_inputs)',
Expand Down

0 comments on commit c3e50ca

Please sign in to comment.