Files
nixpkgs/pkgs/build-support/build-mozilla-mach/142-relax-apple-sdk.patch
Martin Weinelt 6bc7e7de20 buildMozillaMach: restore macos sdk relax for 142 and later
This was dropped for the beta/devedition update when it didn't apply,
which broke the darwin build, because it went back to requiring a newer
sdk version than we currently ship.
2025-07-29 18:51:45 +02:00

14 lines
425 B
Diff

diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
index 37c00230c853..dd89bea24392 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 "15.5"
+ return "15.2"
@depends(
"--with-macos-sdk",