Install sysroot on linux.

This commit is contained in:
Ryan Dahl 2018-07-27 12:06:23 -04:00
parent 37ec079325
commit b44c235579
2 changed files with 11 additions and 0 deletions

View file

@ -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():