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
committerMichaël Zasso <targos@protonmail.com>2021-09-04 16:14:38 +0300
commit3482bca643ba4b5e486ebfd42a563993a014b2e4 (patch)
treef589f3aab6b0fcd82e5df8e666045ef65894c1a6 /node.gyp
parent61b4a984809ca078215902e3c5efda6384228ffd (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 3e47436a6ac..63f60a924bb 100644
--- a/node.gyp
+++ b/node.gyp
@@ -745,7 +745,7 @@
'outputs': ['<(SHARED_INTERMEDIATE_DIR)/openssl.def'],
'process_outputs_as_sources': 1,
'action': [
- 'python',
+ '<(python)',
'tools/mkssldef.py',
'<@(mkssldef_flags)',
'-o',
@@ -771,7 +771,7 @@
'<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc',
],
'action': [
- 'python',
+ '<(python)',
'tools/js2c.py',
'--directory',
'lib',