mirror of
https://github.com/denoland/deno.git
synced 2025-08-01 09:32:28 +00:00
Install sysroot on linux.
This commit is contained in:
parent
37ec079325
commit
b44c235579
2 changed files with 11 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue