mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: improve suggestion on a w64 cross compile fail on linux
This commit is contained in:
parent
d148920b54
commit
f9cb0d443b
@ -550,7 +550,7 @@ fn (mut c Builder) cc_windows_cross() {
|
||||
println('brew install mingw-w64')
|
||||
}
|
||||
$if linux {
|
||||
println('sudo apt install -y mingw-w64')
|
||||
println('Try `sudo apt install -y mingw-w64` on Debian based distros, or `sudo pacman -S mingw-w64-gcc` on Arch, etc...')
|
||||
}
|
||||
exit(1)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user