mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
3345bdd9b6
commit
6a25f52bd6
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user