| Index: build/mac_toolchain.py
|
| diff --git a/build/mac_toolchain.py b/build/mac_toolchain.py
|
| index dba2af87fcd6d2813c78963a870b1f193482ce97..c0e5e7f5beb03dd2cd574bf00d90b94a36a7207a 100755
|
| --- a/build/mac_toolchain.py
|
| +++ b/build/mac_toolchain.py
|
| @@ -28,8 +28,8 @@ MAC_TOOLCHAIN_VERSION = '5B1008'
|
| MAC_TOOLCHAIN_SUB_REVISION = 3
|
| MAC_TOOLCHAIN_VERSION = '%s-%s' % (MAC_TOOLCHAIN_VERSION,
|
| MAC_TOOLCHAIN_SUB_REVISION)
|
| -IOS_TOOLCHAIN_VERSION = '8B62'
|
| -IOS_TOOLCHAIN_SUB_REVISION = 1
|
| +IOS_TOOLCHAIN_VERSION = '8A218a'
|
| +IOS_TOOLCHAIN_SUB_REVISION = 2
|
| IOS_TOOLCHAIN_VERSION = '%s-%s' % (IOS_TOOLCHAIN_VERSION,
|
| IOS_TOOLCHAIN_SUB_REVISION)
|
|
|
|
|