From 3ed2fb71974e16574c4e368f395c1f520f436e3b Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:41:22 +0100 Subject: [PATCH] no-bug: Remove hardcoded SDK path for macos (gh-12930) --- configs/macos/mozconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configs/macos/mozconfig b/configs/macos/mozconfig index a2f794c6b..317f6b4e8 100644 --- a/configs/macos/mozconfig +++ b/configs/macos/mozconfig @@ -43,10 +43,6 @@ else fi fi -if test "$ZEN_RELEASE"; then - ac_add_options --with-macos-sdk=/Library/Developer/CommandLineTools/SDKs/MacOSX26.2.sdk -fi - # Keep using ld64 on PGO/LTO builds because of performance regressions when using lld. # Mozilla sets "MOZ_LD64_KNOWN_GOOD" to true when they do automated builds with PGO/LTO on macOS. # See https://searchfox.org/firefox-main/rev/e61d59b5c9a651fd7bf28043f87c0dc669833496/build/moz.configure/lto-pgo.configure#261