2015-03-23 19:07:37 +00:00
|
|
|
#!/bin/bash
|
2016-03-21 11:38:26 -07:00
|
|
|
|
2017-02-06 07:53:41 -08:00
|
|
|
# Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
2015-03-23 19:07:37 +00:00
|
|
|
#
|
2016-03-21 11:38:26 -07:00
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
2015-03-23 19:07:37 +00:00
|
|
|
|
2017-02-06 07:53:41 -08:00
|
|
|
# This script has been rewritten in Python. Temporary "redirect":
|
2015-03-23 19:07:37 +00:00
|
|
|
|
2017-02-06 07:53:41 -08:00
|
|
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
2016-02-19 17:15:49 -08:00
|
|
|
|
2017-02-06 07:53:41 -08:00
|
|
|
exec "$SCRIPT_DIR/build_ios_libs.py" "$@"
|