mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
* Lowercase subtarget file, as done in compiler
This commit is contained in:
parent
0261a025de
commit
486f3a0c7f
@ -469,7 +469,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if (TargetName<>'') then
|
if (TargetName<>'') then
|
||||||
begin
|
begin
|
||||||
S:='fpc-'+TargetName+'.cfg';
|
S:='fpc-'+lowercase(TargetName)+'.cfg';
|
||||||
CfgFile:=FindConfigFile(s);
|
CfgFile:=FindConfigFile(s);
|
||||||
if CfgFile='' then
|
if CfgFile='' then
|
||||||
Error('Cannot find subtarget config file: '+s);
|
Error('Cannot find subtarget config file: '+s);
|
||||||
|
Loading…
Reference in New Issue
Block a user