mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* check Target.Install boolean
git-svn-id: trunk@9906 -
This commit is contained in:
parent
4ed0d4a5bf
commit
2ed730deaa
@ -1879,7 +1879,7 @@ begin
|
||||
For I:=0 to FTargets.Count-1 do
|
||||
begin
|
||||
T:=FTargets.TargetItems[I];
|
||||
if (T.TargetType in Types) then
|
||||
if (T.TargetType in Types) and (T.Install) then
|
||||
T.GetInstallFiles(List, APrefixU, APrefixB, ACPU, AOS);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user