diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /third_party/libwebrtc/moz-patch-stack/0060.patch | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/moz-patch-stack/0060.patch')
-rw-r--r-- | third_party/libwebrtc/moz-patch-stack/0060.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/third_party/libwebrtc/moz-patch-stack/0060.patch b/third_party/libwebrtc/moz-patch-stack/0060.patch new file mode 100644 index 0000000000..273d850152 --- /dev/null +++ b/third_party/libwebrtc/moz-patch-stack/0060.patch @@ -0,0 +1,24 @@ +From: Michael Froman <mjfroman@mac.com> +Date: Tue, 21 Jun 2022 11:11:09 -0500 +Subject: Bug 1773223 - Generate webrtc moz.builds for all platforms at once. + r=mjf,firefox-build-system-reviewers,ahochheiden + +--- + build_overrides/build.gni | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/build_overrides/build.gni b/build_overrides/build.gni +index cfa795870a..2272b01871 100644 +--- a/build_overrides/build.gni ++++ b/build_overrides/build.gni +@@ -47,6 +47,10 @@ if (host_os == "mac" || host_os == "linux") { + use_system_xcode = _result == 0 + } + ++use_system_xcode = false ++xcode_version = "10.15" ++mac_xcode_version = "default" ++ + declare_args() { + # WebRTC doesn't depend on //base from production code but only for testing + # purposes. In any case, it doesn't depend on //third_party/perfetto which |