From bc7666be51541b27f8a3cd41b60e8365e6e5d88c Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Sun, 19 Sep 2021 12:37:28 +0200 Subject: [PATCH] use_lld=false for xcode bot. lld requires llvm-ar which is not present in the xcode toolchain. Bug: b/200179635 Change-Id: I3fb23d2ba9e03d9cc6f595f0c5d1ed410afae9f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/232328 Reviewed-by: Artem Titov Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#35038} --- tools_webrtc/ios/build_ios_libs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_webrtc/ios/build_ios_libs.py b/tools_webrtc/ios/build_ios_libs.py index d8e05136d2..4318440c73 100755 --- a/tools_webrtc/ios/build_ios_libs.py +++ b/tools_webrtc/ios/build_ios_libs.py @@ -160,7 +160,7 @@ def BuildWebRTC(output_dir, target_environment, target_arch, flavor, gn_args = [ 'target_os="ios"', 'ios_enable_code_signing=false', 'use_xcode_clang=true', 'is_component_build=false', - 'rtc_include_tests=false', + 'rtc_include_tests=false', 'use_lld=false', ] # Add flavor option.