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