| Index: webrtc/build/ios/build_ios_libs.sh
|
| diff --git a/webrtc/build/ios/build_ios_libs.sh b/webrtc/build/ios/build_ios_libs.sh
|
| index 1b659b5707c42f865cb3e7f08a3e8f28f79ba1f3..a483385af58c400d0daf5128f396f448a70505a6 100755
|
| --- a/webrtc/build/ios/build_ios_libs.sh
|
| +++ b/webrtc/build/ios/build_ios_libs.sh
|
| @@ -61,7 +61,7 @@ use_xcode_clang=true is_component_build=false"
|
| GN_ARGS="${GN_ARGS} rtc_libvpx_build_vp9=${libvpx_build_vp9}"
|
|
|
| # Add bitcode option.
|
| - GN_ARGS="${GN_ARGS} rtc_ios_enable_bitcode=${use_bitcode}"
|
| + GN_ARGS="${GN_ARGS} enable_ios_bitcode=${use_bitcode}"
|
|
|
| # Add custom options.
|
| if [[ -n "${custom_gn_options}" ]]; then
|
| @@ -119,7 +119,7 @@ CUSTOM_GN_OPTS=""
|
| WEBRTC_REVISION="0"
|
|
|
| # Parse arguments.
|
| -while getopts "hb:co:r:" opt; do
|
| +while getopts "hb:co:r:e" opt; do
|
| case "${opt}" in
|
| h) usage;;
|
| b) BUILD_TYPE="${OPTARG}";;
|
|
|