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",