We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298f48a commit 7e5ffd6Copy full SHA for 7e5ffd6
configure
@@ -1085,7 +1085,7 @@ def configure_intl(o):
1085
return # end of configure_intl
1086
1087
output = {
1088
- 'variables': { 'python': sys.executable },
+ 'variables': {},
1089
'include_dirs': [],
1090
'libraries': [],
1091
'defines': [],
node.gyp
@@ -519,7 +519,7 @@
519
}]
520
],
521
'action': [
522
- '<(python)',
+ 'python',
523
'tools/js2c.py',
524
'<@(_outputs)',
525
'<@(_inputs)',
0 commit comments