Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2985)

Unified Diff: webrtc/build/ios/build_ios_libs.sh

Issue 2633643003: Finalize the support for building WebRTC library for iOS with bitcode (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/build/ios/BUILD.gn ('k') | webrtc/build/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}";;
« no previous file with comments | « webrtc/build/ios/BUILD.gn ('k') | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698