Update to Chromium version 115.0.5790.0 (#1148114)

- Mac: 13.3 SDK (Xcode 14.3) is now required
This commit is contained in:
Marshall Greenblatt
2023-05-30 11:55:32 +03:00
parent cf8b7db4b4
commit 695ee2a041
83 changed files with 604 additions and 633 deletions

View File

@ -550,7 +550,7 @@ def LinuxSysrootExists(cpu):
if cpu == 'x64':
sysroot_name = 'debian_%s_amd64-sysroot' % release
elif cpu == 'arm':
sysroot_name = 'debian_%s_arm-sysroot' % release
sysroot_name = 'debian_%s_armhf-sysroot' % release
elif cpu == 'arm64':
sysroot_name = 'debian_%s_arm64-sysroot' % release
else: