diff options
author | Ry Dahl <ry@tinyclouds.org> | 2019-10-28 22:04:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-28 22:04:24 -0400 |
commit | 38f01f73a485def7cf5d391b18359db2b509782d (patch) | |
tree | 258987728efbbfedcd917ab15441d097ae8447c8 /tools/setup.py | |
parent | a7992e77037353ee4c7d3d480dcbd907961087bd (diff) |
Move prebuilt binaries to third_party (#3227)
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-x | tools/setup.py | 1 |
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() |