From 62ab1f9935f585e6cec1deb4a15e9eab1d3e3ff4 Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Mon, 27 Oct 2025 18:44:19 +0300 Subject: [PATCH] Fix xp build --- scripts/core_common/modules/v8.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/core_common/modules/v8.py b/scripts/core_common/modules/v8.py index 72fc227..40f05b9 100644 --- a/scripts/core_common/modules/v8.py +++ b/scripts/core_common/modules/v8.py @@ -235,8 +235,7 @@ def make_xp(): base.replaceInFile("depot_tools/cipd.ps1", "windows-386", "windows-amd64") # old variant - #path_to_python2 = "/depot_tools/win_tools-2_7_13_chromium7_bin/python/bin" - path_to_python2 = "/depot_tools/bootstrap-2@3_8_10_chromium_23_bin/python/bin" + path_to_python2 = "/depot_tools/bootstrap-2@3_11_8_chromium_35_bin/python/bin" os.environ["PATH"] = os.pathsep.join([base_dir + "/depot_tools", base_dir + path_to_python2, config.option("vs-path") + "/../Common7/IDE",