mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 19:44:42 +01:00
typo in fortran compiler name
This commit is contained in:
parent
50c32bbd09
commit
674a5c4042
@ -188,7 +188,7 @@ func checkCompilers() bool {
|
|||||||
f := GetCompilerExecName("flang")
|
f := GetCompilerExecName("flang")
|
||||||
fOK, fVersion, _ := checkExecutable(f, "-v")
|
fOK, fVersion, _ := checkExecutable(f, "-v")
|
||||||
if !fOK {
|
if !fOK {
|
||||||
informUser("The Fortran compiler %s was not found or not executable.\nBetter not try using gfortran!\n", cxx)
|
informUser("The Fortran compiler %s was not found or not executable.\nBetter not try using gfortran!\n", f)
|
||||||
informUser(explainLLVMCOMPILERPATH)
|
informUser(explainLLVMCOMPILERPATH)
|
||||||
informUser(explainLLVMFNAME)
|
informUser(explainLLVMFNAME)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user