mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +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);
|
||||
while assigned(module) do
|
||||
begin
|
||||
//if not assigned(module.package) then
|
||||
if (uf_in_library and module.flags)=0 then
|
||||
if not assigned(module.package) then
|
||||
processimportedsyms(module.unitimportsyms);
|
||||
module:=tmodule(module.next);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user