Remove debug commit

This commit is contained in:
Oleg Korshul
2025-12-22 20:08:01 +03:00
parent 9eb7651e84
commit 453786b595

View File

@ -187,7 +187,7 @@ def fix_absolute_symlinks(sysroot_path, arch):
def download_and_extract(name):
archive = SYSROOTS[name]
#base.download(URL + archive, "./" + archive)
base.download(URL + archive, "./" + archive)
base.cmd("tar", ["-xzf", "./" + archive])
sysroot_name = archive.replace(".tar.gz", "")