mirror of
https://github.com/vlang/v.git
synced 2025-09-13 17:36:52 -04:00
v.builder: update macos->linux cross compile message (~22MB -> ~77MB)
This commit is contained in:
parent
d80f592830
commit
f9952053af
@ -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…
x
Reference in New Issue
Block a user