mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: make scripts in gyp run with right python
PR-URL: https://github.com/nodejs/node/pull/45435 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
This commit is contained in:
parent
97355c74e8
commit
dbce478109
2
node.gyp
2
node.gyp
@ -429,7 +429,7 @@
|
||||
'inputs': [ '<(opensslconfig)', ],
|
||||
'outputs': [ '<(opensslconfig_internal)', ],
|
||||
'action': [
|
||||
'python', 'tools/copyfile.py',
|
||||
'<(python)', 'tools/copyfile.py',
|
||||
'<(opensslconfig)',
|
||||
'<(opensslconfig_internal)',
|
||||
],
|
||||
|
@ -1772,7 +1772,7 @@
|
||||
}],
|
||||
],
|
||||
'action': [
|
||||
'python', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
|
||||
'<(python)', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
|
||||
'<@(v8_dump_build_config_args)',
|
||||
],
|
||||
},
|
||||
@ -1866,7 +1866,7 @@
|
||||
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'<(python)',
|
||||
'<(V8_ROOT)/tools/gen-postmortem-metadata.py',
|
||||
'<@(_outputs)',
|
||||
'<@(heapobject_files)'
|
||||
|
Loading…
Reference in New Issue
Block a user