mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
v.builder: update macos->linux cross compile message (~22MB -> ~77MB)
This commit is contained in:
parent
d80f592830
commit
f9952053af
1 changed files with 1 additions and 1 deletions
|
@ -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}`')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue