diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-27 12:06:23 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-29 00:24:16 -0400 |
commit | b44c235579ac9fbef14d4d33e21f266d0a2ff73e (patch) | |
tree | f92669e508778450e0ea964cf5f70ed23e21d9c8 /tools/setup.py | |
parent | 37ec079325c65d3777fa72ba7822f74f22edcfee (diff) |
Install sysroot on linux.
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 84bd0aba4..20271f4b3 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() +third_party.maybe_download_sysroot() def get_gn_args(): |