mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:49:23 +02:00
pkgutil.pas, createimportlibfromexternals:
* only process a unit's imports if the unit is not already from a package git-svn-id: trunk@33686 -
This commit is contained in:
parent
a67fe62caa
commit
b5d984da7a
@ -639,8 +639,7 @@ implementation
|
|||||||
module:=tmodule(loaded_units.first);
|
module:=tmodule(loaded_units.first);
|
||||||
while assigned(module) do
|
while assigned(module) do
|
||||||
begin
|
begin
|
||||||
//if not assigned(module.package) then
|
if not assigned(module.package) then
|
||||||
if (uf_in_library and module.flags)=0 then
|
|
||||||
processimportedsyms(module.unitimportsyms);
|
processimportedsyms(module.unitimportsyms);
|
||||||
module:=tmodule(module.next);
|
module:=tmodule(module.next);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user