Allow x86 when build WebRTC.framework for iOS

Bug: webrtc:9203
Change-Id: Id331b14fc1a0695a561f52acd767645caa7f3b49
Reviewed-on: https://webrtc-review.googlesource.com/72940
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23054}
This commit is contained in:
Yura Yaroshevich
2018-04-26 20:04:03 +03:00
committed by Commit Bot
parent 95141d91d8
commit ad3971f40f

View File

@ -156,10 +156,6 @@ def main():
_CleanTemporary(args.output_dir, architectures)
return 0
# Ignoring x86 for now because of a GN build issue
# where the generated dynamic framework has the wrong architectures.
architectures.remove('x86')
gn_target_name = 'framework_objc'
if not args.bitcode:
gn_args.append('enable_dsyms=true')