File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1925,6 +1925,7 @@ def make_bin_override():
1925
1925
1926
1926
# Forward OSS-Fuzz settings
1927
1927
output ['variables' ]['ossfuzz' ] = b (options .ossfuzz )
1928
+ output ['variables' ]['python_exec' ] = sys .executable
1928
1929
1929
1930
# variables should be a root level element,
1930
1931
# move everything else to target_defaults
Original file line number Diff line number Diff line change 27
27
'node_lib_target_name%' : 'libnode' ,
28
28
'node_intermediate_lib_type%' : 'static_library' ,
29
29
'node_builtin_modules_path%' : '' ,
30
+ 'python_exec' : 'python' ,
30
31
# We list the deps/ files out instead of globbing them in js2c.py since we
31
32
# only include a subset of all the files under these directories.
32
33
# The lengths of their file names combined should not exceed the
790
791
'outputs' : ['<(SHARED_INTERMEDIATE_DIR)/openssl.def' ],
791
792
'process_outputs_as_sources' : 1 ,
792
793
'action' : [
793
- 'python ' ,
794
+ '<(python_exec) ' ,
794
795
'tools/mkssldef.py' ,
795
796
'<@(mkssldef_flags)' ,
796
797
'-o' ,
816
817
'<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc' ,
817
818
],
818
819
'action' : [
819
- 'python ' ,
820
+ '<(python_exec) ' ,
820
821
'tools/js2c.py' ,
821
822
'--directory' ,
822
823
'lib' ,
You can’t perform that action at this time.
0 commit comments