diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main/SysTools.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index 656ece18b2..2529dbff48 100644 --- a/compiler/main/SysTools.lhs +++ b/compiler/main/SysTools.lhs @@ -181,7 +181,7 @@ initSysTools mbMinusB -- with the settings file, but it would be a little fiddly -- to make that possible, so for now you can't. ; gcc_prog <- if isWindowsHost then return $ installed_mingw_bin "gcc" - else getSetting "GCC command" + else getSetting "C compiler command" ; perl_path <- if isWindowsHost then return $ installed_perl_bin "perl" else getSetting "perl command" |