| Index: build/mac_toolchain.py
|
| diff --git a/build/mac_toolchain.py b/build/mac_toolchain.py
|
| index 28cbd84d29918f0df80ef21141ccf79888bd5c05..44ea7e6c1985a670d4854bb1943f89e08ec53f55 100755
|
| --- a/build/mac_toolchain.py
|
| +++ b/build/mac_toolchain.py
|
| @@ -30,7 +30,7 @@ import urllib2
|
|
|
| # This can be changed after running /build/package_mac_toolchain.py.
|
| TOOLCHAIN_REVISION = '5B1008'
|
| -TOOLCHAIN_SUB_REVISION = 2
|
| +TOOLCHAIN_SUB_REVISION = 3
|
| TOOLCHAIN_VERSION = '%s-%s' % (TOOLCHAIN_REVISION, TOOLCHAIN_SUB_REVISION)
|
|
|
| BASE_DIR = os.path.abspath(os.path.dirname(__file__))
|
|
|