mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
* archiving is independent of selected os/cpu
git-svn-id: trunk@9916 -
This commit is contained in:
parent
b46a554a0a
commit
9e080c5d81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user