mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
build: use Node.js instead of Node in configure
PR-URL: https://github.com/nodejs/node/pull/30642 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
f6a4a36f09
commit
08a40e2008
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -20,7 +20,7 @@ del _
|
|||
import sys
|
||||
from distutils.spawn import find_executable
|
||||
|
||||
print('Node configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info))
|
||||
print('Node.js configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info))
|
||||
acceptable_pythons = ((3, 8), (3, 7), (3, 6), (3, 5), (2, 7))
|
||||
if sys.version_info[:2] in acceptable_pythons:
|
||||
import configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue