mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* Fix bug #34241 using provided suggestion by Christo Crause
git-svn-id: trunk@39713 -
This commit is contained in:
parent
92cce05f5f
commit
2d1ea8070e
@ -9039,7 +9039,7 @@ Var
|
||||
begin
|
||||
N:=FixPath(Value, False);
|
||||
if ExtractFileExt(N)='' then
|
||||
ChangeFileExt(N,IncExt);
|
||||
N:=ChangeFileExt(N,IncExt);
|
||||
Result:=inherited Add(N,CPUs,OSes) as TDependency;
|
||||
Result.FDependencyType:=depInclude;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user