From 7b70728356934bfd88ebf35b7a7dbf85d330798b Mon Sep 17 00:00:00 2001 From: dharmesh Date: Mon, 17 Aug 2020 14:47:57 +0530 Subject: [PATCH] Updated IOS documentation with correct build_ios_libs.py path Bug: webrtc:11851 No-Try: True Change-Id: I510779588de011004f6c5c5f43e12e6d411eb914 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/181820 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31941} --- docs/native-code/ios/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-code/ios/index.md b/docs/native-code/ios/index.md index 6c9d2de0e8..e2f6c3dfd6 100644 --- a/docs/native-code/ios/index.md +++ b/docs/native-code/ios/index.md @@ -173,7 +173,7 @@ a script is available [here][framework-script] To build the framework with bitcode support, pass the `--bitcode` flag to the script like so ``` -$ python build_ios_libs.py --bitcode +$ python tools_webrtc/ios/build_ios_libs.py --bitcode ``` The resulting framework can be found in out_ios_libs/.