Update build_ios_libs.py to new GN target names.

TBR=kjellander@webrtc.org
NOTRY=true
BUG=None

Review-Url: https://codereview.webrtc.org/2888903002
Cr-Commit-Position: refs/heads/master@{#18175}
This commit is contained in:
kthelgason 2017-05-17 04:26:42 -07:00 committed by Commit bot
parent d51e042492
commit c3f110a1f9

View file

@ -120,7 +120,7 @@ def BuildWebRTC(output_dir, target_arch, flavor, build_type,
if build_type == 'static_only': if build_type == 'static_only':
gn_target_name = 'rtc_sdk_objc' gn_target_name = 'rtc_sdk_objc'
elif build_type == 'framework': elif build_type == 'framework':
gn_target_name = 'rtc_sdk_framework_objc' gn_target_name = 'objc_framework'
if not use_bitcode: if not use_bitcode:
gn_args.append('enable_dsyms=true') gn_args.append('enable_dsyms=true')
gn_args.append('enable_stripping=true') gn_args.append('enable_stripping=true')