mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 04:32:31 +02:00
* Fix definition of options
This commit is contained in:
parent
e7375efba7
commit
b51be85ba6
@ -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