mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 13:39:21 +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);
|
exit(true);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
ErrorMsg:='Compiler -va does neither search for fpc.cfg nor pas2js.cfg. This is neither fpc nor pas2js.';
|
||||||
|
exit;
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
Params.Free;
|
Params.Free;
|
||||||
|
Loading…
Reference in New Issue
Block a user