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:
parent
95141d91d8
commit
ad3971f40f
@ -156,10 +156,6 @@ def main():
|
|||||||
_CleanTemporary(args.output_dir, architectures)
|
_CleanTemporary(args.output_dir, architectures)
|
||||||
return 0
|
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'
|
gn_target_name = 'framework_objc'
|
||||||
if not args.bitcode:
|
if not args.bitcode:
|
||||||
gn_args.append('enable_dsyms=true')
|
gn_args.append('enable_dsyms=true')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user