mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:09:11 +02:00
* Fix definition of options
This commit is contained in:
parent
3bd3a67189
commit
73322fa6af
@ -52,9 +52,10 @@ end;
|
|||||||
|
|
||||||
{$ifdef no_parent}
|
{$ifdef no_parent}
|
||||||
begin
|
begin
|
||||||
|
add_packages_comandlineoptions();
|
||||||
|
|
||||||
if Assigned(Installer) then
|
if Assigned(Installer) then
|
||||||
begin
|
begin
|
||||||
add_packages_comandlineoptions();
|
|
||||||
add_packages('');
|
add_packages('');
|
||||||
Installer.Run;
|
Installer.Run;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user