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