Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlegendecas <legendecas@gmail.com>2021-07-20 13:00:19 +0300
committerlegendecas <legendecas@gmail.com>2021-07-29 20:20:00 +0300
commit9b5aa8d99eae07831407cf4a6ffda079c42e19bf (patch)
tree29bb700e7e2aae0c3171c9c2b0a016a64638a61f /node.gyp
parentbd33fdfadf1ffd79c99b4057bd2dc32c520e94d2 (diff)
build: override python executable path on configure
PR-URL: https://github.com/nodejs/node/pull/39465 Fixes: https://github.com/nodejs/node/issues/39408 Fixes: https://github.com/nodejs/node/issues/39456 Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 9c3ff581d64..0c11797baa2 100644
--- a/node.gyp
+++ b/node.gyp
@@ -790,7 +790,7 @@
'outputs': ['<(SHARED_INTERMEDIATE_DIR)/openssl.def'],
'process_outputs_as_sources': 1,
'action': [
- 'python',
+ '<(python)',
'tools/mkssldef.py',
'<@(mkssldef_flags)',
'-o',
@@ -816,7 +816,7 @@
'<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc',
],
'action': [
- 'python',
+ '<(python)',
'tools/js2c.py',
'--directory',
'lib',