mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
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 <titovartem@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35038}
This commit is contained in:
parent
d92f8a86b3
commit
bc7666be51
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ def BuildWebRTC(output_dir, target_environment, target_arch, flavor,
|
||||||
gn_args = [
|
gn_args = [
|
||||||
'target_os="ios"', 'ios_enable_code_signing=false',
|
'target_os="ios"', 'ios_enable_code_signing=false',
|
||||||
'use_xcode_clang=true', 'is_component_build=false',
|
'use_xcode_clang=true', 'is_component_build=false',
|
||||||
'rtc_include_tests=false',
|
'rtc_include_tests=false', 'use_lld=false',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add flavor option.
|
# Add flavor option.
|
||||||
|
|
Loading…
Reference in a new issue