From 8d6622bde3051c8676945d6e6d5f4e697c344ba4 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 21 Feb 2020 14:24:04 +0100 Subject: [PATCH 1/3] fix python invocation --- 3rdParty/V8/gypfiles/v8.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/V8/gypfiles/v8.gyp b/3rdParty/V8/gypfiles/v8.gyp index de92059d55a0..6ca063ee6527 100644 --- a/3rdParty/V8/gypfiles/v8.gyp +++ b/3rdParty/V8/gypfiles/v8.gyp @@ -1408,7 +1408,7 @@ '<(SHARED_INTERMEDIATE_DIR)/src/regexp/special-case.cc', ], 'action': [ - 'python', + '<(PYTHON_EXECUTABLE)', '<(V8_ROOT)/tools/run.py', '<@(_inputs)', '<@(_outputs)', From e1b045f78470733c8b48b256977cc8e416c050df Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 21 Feb 2020 14:32:38 +0100 Subject: [PATCH 2/3] more places --- 3rdParty/V8/gypfiles/v8.gyp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/3rdParty/V8/gypfiles/v8.gyp b/3rdParty/V8/gypfiles/v8.gyp index 6ca063ee6527..71820c515022 100644 --- a/3rdParty/V8/gypfiles/v8.gyp +++ b/3rdParty/V8/gypfiles/v8.gyp @@ -1510,7 +1510,8 @@ }], ], 'action': [ - 'python', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py', + '<(PYTHON_EXECUTABLE)', + '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py', '<@(v8_dump_build_config_args)', ], }, @@ -1546,7 +1547,7 @@ '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', ], 'action': [ - 'python', + '<(PYTHON_EXECUTABLE)', '<(V8_ROOT)/tools/gen-postmortem-metadata.py', '<@(_outputs)', '<@(heapobject_files)' From 9952c5a296bdf9b3ea7fecbad7d47d58b2b3988f Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 21 Feb 2020 14:34:10 +0100 Subject: [PATCH 3/3] more places --- 3rdParty/V8/gypfiles/shim_headers.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/V8/gypfiles/shim_headers.gypi b/3rdParty/V8/gypfiles/shim_headers.gypi index 940211c2401c..a9c468057f81 100644 --- a/3rdParty/V8/gypfiles/shim_headers.gypi +++ b/3rdParty/V8/gypfiles/shim_headers.gypi @@ -62,7 +62,7 @@ 'outputs': [ '