builder: improve suggestion on a w64 cross compile fail on linux
parent
d148920b54
commit
f9cb0d443b
|
@ -550,7 +550,7 @@ fn (mut c Builder) cc_windows_cross() {
|
||||||
println('brew install mingw-w64')
|
println('brew install mingw-w64')
|
||||||
}
|
}
|
||||||
$if linux {
|
$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)
|
exit(1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue