summaryrefslogtreecommitdiff
path: root/tools/setup.py
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2019-10-28 22:04:24 -0400
committerGitHub <noreply@github.com>2019-10-28 22:04:24 -0400
commit38f01f73a485def7cf5d391b18359db2b509782d (patch)
tree258987728efbbfedcd917ab15441d097ae8447c8 /tools/setup.py
parenta7992e77037353ee4c7d3d480dcbd907961087bd (diff)
Move prebuilt binaries to third_party (#3227)
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-xtools/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/setup.py b/tools/setup.py
index e18b5ffd3..c39b88b8f 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -29,7 +29,6 @@ def main():
third_party.download_gn()
third_party.download_clang_format()
third_party.download_clang()
- third_party.download_sccache()
third_party.maybe_download_sysroot()
write_lastchange()