From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- taskcluster/scripts/misc/build-cpython.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taskcluster/scripts/misc/build-cpython.sh') diff --git a/taskcluster/scripts/misc/build-cpython.sh b/taskcluster/scripts/misc/build-cpython.sh index aac2034d0a..95b5e81733 100755 --- a/taskcluster/scripts/misc/build-cpython.sh +++ b/taskcluster/scripts/misc/build-cpython.sh @@ -35,7 +35,7 @@ case `uname -s` in macosx_version_min=10.12 ;; esac - macosx_sdk=14.2 + macosx_sdk=14.4 # NOTE: both CFLAGS and CPPFLAGS need to be set here, otherwise # configure step fails. sysroot_flags="-isysroot ${MOZ_FETCHES_DIR}/MacOSX${macosx_sdk}.sdk -mmacosx-version-min=${macosx_version_min}" -- cgit v1.2.3