mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +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);
|
||||
fItems.Add(Tool);
|
||||
end;
|
||||
if not Tool.NeedsUpdate(Parts) then exit;
|
||||
if not Tool.Load(Parts) then exit;
|
||||
if Tool.NeedsUpdate(Parts) then begin
|
||||
if not Tool.Load(Parts) then exit;
|
||||
end;
|
||||
Result:=Tool;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user