summaryrefslogtreecommitdiff
path: root/tools/setup.py
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-08-17 12:44:55 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-08-17 12:58:58 -0400
commit67d89ff692a88ae42145043eac1a5c58413ae110 (patch)
treef887cab56cf684ba67f40293f554c0caf41af060 /tools/setup.py
parent565a21eb0eee61048f6f770bfb24a03131fbc958 (diff)
chore: download clang-format from google storage
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-xtools/setup.py1
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()