mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 11:49:55 +02:00
codetools: IsCompilerExec: error if neither fpc nor pas2js
git-svn-id: trunk@60538 -
This commit is contained in:
parent
4a29d9d91f
commit
acedbb1bcd
@ -3955,6 +3955,8 @@ begin
|
||||
exit(true);
|
||||
end;
|
||||
end;
|
||||
ErrorMsg:='Compiler -va does neither search for fpc.cfg nor pas2js.cfg. This is neither fpc nor pas2js.';
|
||||
exit;
|
||||
end;
|
||||
finally
|
||||
Params.Free;
|
||||
|
Loading…
Reference in New Issue
Block a user