update sysroot image revisions

This commit is contained in:
Robo 2016-03-10 17:24:45 +05:30
parent dfe1641d1e
commit ed2103a49f
2 changed files with 7 additions and 7 deletions

View file

@ -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'),