mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 13:45:58 +02:00
* Do not handle packages twice, when they are passed on the command line
git-svn-id: trunk@16463 -
This commit is contained in:
parent
94e9d5ebb8
commit
cedede9e81
@ -333,7 +333,10 @@ begin
|
||||
// It's a command or target.
|
||||
begin
|
||||
if HasAction then
|
||||
ParaPackages.Add(Paramstr(i))
|
||||
begin
|
||||
if FirstPass then
|
||||
ParaPackages.Add(Paramstr(i))
|
||||
end
|
||||
else
|
||||
begin
|
||||
ParaAction:=Paramstr(i);
|
||||
|
Loading…
Reference in New Issue
Block a user