Bug 1411680 - fix clang toolchain downloaded by mach bootstrap on Linux; r=nalexander

We renamed this toolchain a while back, but never updated bootstrap.
This commit is contained in:
Nathan Froyd 2017-10-25 15:10:31 -04:00
parent 3345bdd9b6
commit 6a25f52bd6

View File

@ -5,4 +5,4 @@
from __future__ import absolute_import, print_function, unicode_literals
WINDOWS = 'win64-clang-cl'
LINUX = 'linux64-clang'
LINUX = 'linux64-clang-3.9'