mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
IDE: display target in CPU-OS format in "Compiler does not support target" message, patch from Anton, bug #20159
git-svn-id: trunk@32189 -
This commit is contained in:
parent
713fc0e538
commit
5c0afad161
@ -603,8 +603,8 @@ var
|
||||
if Cfg.RealCompiler='' then begin
|
||||
debugln(['PPUFilesAndCompilerMatch Compiler=',Cfg.Compiler,' RealComp=',Cfg.RealCompiler,' InPath=',Cfg.RealCompilerInPath]);
|
||||
IDEMessageDialog(lisCCOErrorCaption, Format(
|
||||
lisCompilerDoesNotSupportTarget, [Cfg.Compiler, Cfg.TargetOS, Cfg.
|
||||
TargetCPU]),
|
||||
lisCompilerDoesNotSupportTarget, [Cfg.Compiler, Cfg.TargetCPU,
|
||||
Cfg.TargetOS]),
|
||||
mtError,[mbOk]);
|
||||
exit(false);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user