chore: Specify the new MacOSX SDK dir for artifact builds, b=no-bug, c=configs

This commit is contained in:
mr. m
2026-01-09 02:49:43 +01:00
parent 568607231f
commit 0d080ffc38
2 changed files with 4 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
index 0fb4faa598072ccad47c376765a9433b40e27a6d..1fc128de1823048820ade9e24ff3b288defcf4ed 100644
--- a/build/moz.configure/toolchain.configure
+++ b/build/moz.configure/toolchain.configure
@@ -233,7 +233,7 @@ with only_when(host_is_osx | target_is_osx):
)
def mac_sdk_min_version():
- return "26.1"
+ return "26.0"
@depends(
"--with-macos-sdk",