summaryrefslogtreecommitdiff
path: root/tools/setup.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-27 12:06:23 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-29 00:24:16 -0400
commitb44c235579ac9fbef14d4d33e21f266d0a2ff73e (patch)
treef92669e508778450e0ea964cf5f70ed23e21d9c8 /tools/setup.py
parent37ec079325c65d3777fa72ba7822f74f22edcfee (diff)
Install sysroot on linux.
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-xtools/setup.py1
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():