diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-08-17 12:44:55 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-17 12:58:58 -0400 |
commit | 67d89ff692a88ae42145043eac1a5c58413ae110 (patch) | |
tree | f887cab56cf684ba67f40293f554c0caf41af060 /tools/setup.py | |
parent | 565a21eb0eee61048f6f770bfb24a03131fbc958 (diff) |
chore: download clang-format from google storage
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-x | tools/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/setup.py b/tools/setup.py index 930f1b690..883270ad1 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -7,6 +7,7 @@ import distutils.spawn third_party.fix_symlinks() third_party.download_gn() +third_party.download_clang_format() third_party.download_clang() third_party.maybe_download_sysroot() |