| Index: tools-webrtc/ios/build_ios_libs.sh
|
| diff --git a/tools-webrtc/ios/build_ios_libs.sh b/tools-webrtc/ios/build_ios_libs.sh
|
| index abfa7e97725b423f503e71772600ea3da6060ea8..285b375b49fec0c06b88dfd50c78b26cb905f4ab 100755
|
| --- a/tools-webrtc/ios/build_ios_libs.sh
|
| +++ b/tools-webrtc/ios/build_ios_libs.sh
|
| @@ -17,7 +17,7 @@ set -e
|
| export PATH=/usr/libexec:$PATH
|
|
|
| SCRIPT_DIR=$(cd $(dirname $0) && pwd)
|
| -WEBRTC_BASE_DIR=${SCRIPT_DIR}/../../..
|
| +WEBRTC_BASE_DIR=${SCRIPT_DIR}/../..
|
|
|
| function clean_artifacts {
|
| local output_dir=$1
|
|
|