mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Remove debug commit
This commit is contained in:
@ -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", "")
|
||||
|
||||
Reference in New Issue
Block a user