Browse Source

* archiving is independent of selected os/cpu

git-svn-id: trunk@9916 -
peter 17 years ago
parent
commit
9e080c5d81
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 2
packages/fpmkunit/src/fpmkunit.pp

@@ -4196,8 +4196,7 @@ begin
   Log(vlDebug, SDbgBuildEngineArchiving);
   For I:=0 to Packages.Count-1 do
     begin
-    P:=Packages.PackageItems[i];
-    If PackageOK(P) then
+      P:=Packages.PackageItems[i];
       Archive(P);
     end;
   If Assigned(AfterArchive) then