diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /build/gyp_includes | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-upstream/125.0.1.tar.xz firefox-upstream/125.0.1.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build/gyp_includes')
-rw-r--r-- | build/gyp_includes/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gyp_includes/common.gypi b/build/gyp_includes/common.gypi index 457059e446..8acb326278 100644 --- a/build/gyp_includes/common.gypi +++ b/build/gyp_includes/common.gypi @@ -979,7 +979,7 @@ # The Mac SDK is set for iOS builds and passed through to Mac # sub-builds. This allows the Mac sub-build SDK in an iOS build to be # overridden from the command line the same way it is for a Mac build. - 'mac_sdk%': '<!(<(PYTHON) <(DEPTH)/build/mac/find_sdk.py 10.6)', + 'mac_sdk%': '', # iOS SDK and deployment target support. The iOS 5.0 SDK is actually # what is required, but the value is left blank so when it is set in |