Index: build/mac_toolchain.py |
diff --git a/build/mac_toolchain.py b/build/mac_toolchain.py |
index 123e5e0d3c0596fe2fb5db214be11477c86ce871..c0a3801365442d78bdfc3902611e5b0f652bd4ae 100755 |
--- a/build/mac_toolchain.py |
+++ b/build/mac_toolchain.py |
@@ -24,7 +24,7 @@ import tempfile |
import urllib2 |
# This can be changed after running /build/package_mac_toolchain.py. |
-MAC_TOOLCHAIN_VERSION = '5B1008' |
+MAC_TOOLCHAIN_VERSION = '8E2002' |
MAC_TOOLCHAIN_SUB_REVISION = 3 |
MAC_TOOLCHAIN_VERSION = '%s-%s' % (MAC_TOOLCHAIN_VERSION, |
MAC_TOOLCHAIN_SUB_REVISION) |