1
0
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:
Delyan Angelov 2020-05-30 13:49:03 +03:00
parent d148920b54
commit f9cb0d443b

View File

@ -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)
}