mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:50:21 +02: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
|
||||
P:=Packages.PackageItems[i];
|
||||
if P.Name<>'fpc-all' then
|
||||
D:=PBuild.Dependencies.Add(P.Name);
|
||||
D:=PBuild.Dependencies.Add(P.Name,P.CPUs,P.OSes);
|
||||
end;
|
||||
|
||||
Run;
|
||||
|
Loading…
Reference in New Issue
Block a user