From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- build/moz.configure/toolchain.configure | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build/moz.configure/toolchain.configure') diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure index 5ab79daf24..0d0249b215 100644 --- a/build/moz.configure/toolchain.configure +++ b/build/moz.configure/toolchain.configure @@ -100,7 +100,7 @@ with only_when(host_is_osx | target_is_osx): ) def mac_sdk_min_version(): - return "14.2" + return "14.4" @depends( "--with-macos-sdk", @@ -782,9 +782,7 @@ def msvs_version(vc_compiler_version): # be set for GYP on Windows. if vc_compiler_version >= Version("19.30"): return "2022" - if vc_compiler_version >= Version("19.20"): - return "2019" - configure_error("Only Visual Studio 2019 or newer are supported") + configure_error("Only Visual Studio 2022 or newer are supported") return "" -- cgit v1.2.3