mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
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:
parent
d51e042492
commit
c3f110a1f9
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue