Browse Source

* Take dependencies into account when building all packages

git-svn-id: trunk@15263 -
joost 15 years ago
parent
commit
0a38d89b41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fpmake.pp

+ 1 - 1
packages/fpmake.pp

@@ -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;