mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:49:35 +02:00
* fixed compilation error in fpmake when used in standalone mode.
git-svn-id: trunk@26385 -
This commit is contained in:
parent
a7a9a74f91
commit
5aacd4a118
@ -99,7 +99,7 @@ end;
|
|||||||
|
|
||||||
{$ifndef ALLPACKAGES}
|
{$ifndef ALLPACKAGES}
|
||||||
begin
|
begin
|
||||||
add_fcl_db('');
|
add_rtl_console('');
|
||||||
Installer.Run;
|
Installer.Run;
|
||||||
end.
|
end.
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
|
Loading…
Reference in New Issue
Block a user