mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:01:49 +02:00
codetools: fixed updating ppu tool
git-svn-id: trunk@30827 -
This commit is contained in:
parent
79fe106543
commit
654cff4def
@ -166,8 +166,9 @@ begin
|
|||||||
Tool:=TPPUTool.Create(NormalizedFilename);
|
Tool:=TPPUTool.Create(NormalizedFilename);
|
||||||
fItems.Add(Tool);
|
fItems.Add(Tool);
|
||||||
end;
|
end;
|
||||||
if not Tool.NeedsUpdate(Parts) then exit;
|
if Tool.NeedsUpdate(Parts) then begin
|
||||||
if not Tool.Load(Parts) then exit;
|
if not Tool.Load(Parts) then exit;
|
||||||
|
end;
|
||||||
Result:=Tool;
|
Result:=Tool;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user