We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c551da8 commit 3b83d42Copy full SHA for 3b83d42
configure
@@ -1102,7 +1102,7 @@ def configure_intl(o):
1102
return # end of configure_intl
1103
1104
output = {
1105
- 'variables': { 'python': sys.executable },
+ 'variables': {},
1106
'include_dirs': [],
1107
'libraries': [],
1108
'defines': [],
node.gyp
@@ -528,7 +528,7 @@
528
}]
529
],
530
'action': [
531
- '<(python)',
+ 'python',
532
'tools/js2c.py',
533
'<@(_outputs)',
534
'<@(_inputs)',
0 commit comments