Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 80ada94

Browse filesBrowse files
tniessenaddaleax
authored andcommitted
build: use Node.js instead of Node in configure
PR-URL: #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>
1 parent 4affc30 commit 80ada94
Copy full SHA for 80ada94

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎configure‎

Copy file name to clipboardExpand all lines: configure
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ del _
2020
import sys
2121
from distutils.spawn import find_executable
2222

23-
print('Node configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info))
23+
print('Node.js configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info))
2424
acceptable_pythons = ((3, 8), (3, 7), (3, 6), (3, 5), (2, 7))
2525
if sys.version_info[:2] in acceptable_pythons:
2626
import configure

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.