v.builder: update macos->linux cross compile message (~22MB -> ~77MB)

This commit is contained in:
Delyan Angelov 2024-04-26 20:29:49 +03:00
parent d80f592830
commit f9952053af

View file

@ -732,7 +732,7 @@ fn (mut b Builder) ensure_linuxroot_exists(sysroot string) {
os.rmdir_all(sysroot) or {} os.rmdir_all(sysroot) or {}
} }
if !os.is_dir(sysroot) { if !os.is_dir(sysroot) {
println('Downloading files for Linux cross compilation (~22MB) ...') println('Downloading files for Linux cross compilation (~77MB) ...')
os.system('git clone ${crossrepo_url} ${sysroot}') os.system('git clone ${crossrepo_url} ${sysroot}')
if !os.exists(sysroot_git_config_path) { if !os.exists(sysroot_git_config_path) {
verror('Failed to clone `${crossrepo_url}` to `${sysroot}`') verror('Failed to clone `${crossrepo_url}` to `${sysroot}`')