From ad3971f40f5c38d340cd1a2642c189cef3368c02 Mon Sep 17 00:00:00 2001 From: Yura Yaroshevich Date: Thu, 26 Apr 2018 20:04:03 +0300 Subject: [PATCH] Allow x86 when build WebRTC.framework for iOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9203 Change-Id: Id331b14fc1a0695a561f52acd767645caa7f3b49 Reviewed-on: https://webrtc-review.googlesource.com/72940 Reviewed-by: Patrik Höglund Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#23054} --- tools_webrtc/ios/build_ios_libs.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools_webrtc/ios/build_ios_libs.py b/tools_webrtc/ios/build_ios_libs.py index 76a61f1f0b..46508cf15f 100755 --- a/tools_webrtc/ios/build_ios_libs.py +++ b/tools_webrtc/ios/build_ios_libs.py @@ -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')