update sysroot image revisions
This commit is contained in:
parent
dfe1641d1e
commit
ed2103a49f
2 changed files with 7 additions and 7 deletions
|
@ -165,7 +165,7 @@ def update_clang():
|
|||
|
||||
def download_sysroot(target_arch):
|
||||
if target_arch == 'ia32':
|
||||
target_arch = 'i386'
|
||||
target_arch = 'i386'
|
||||
if target_arch == 'x64':
|
||||
target_arch = 'amd64'
|
||||
execute_stdout([os.path.join(SOURCE_ROOT, 'script', 'install-sysroot.py'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue