mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-15 15:40:33 +01:00
* Take dependencies into account when building all packages
git-svn-id: trunk@15263 -
This commit is contained in:
parent
5604937bd4
commit
0a38d89b41
@ -33,7 +33,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
P:=Packages.PackageItems[i];
|
P:=Packages.PackageItems[i];
|
||||||
if P.Name<>'fpc-all' then
|
if P.Name<>'fpc-all' then
|
||||||
D:=PBuild.Dependencies.Add(P.Name);
|
D:=PBuild.Dependencies.Add(P.Name,P.CPUs,P.OSes);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Run;
|
Run;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user