Browse Source

* Empty set?

Michaël Van Canneyt 2 months ago
parent
commit
975f0118ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-extra/fpmake.pp

+ 1 - 1
packages/rtl-extra/fpmake.pp

@@ -62,7 +62,7 @@ begin
     P.Email := '';
     P.Email := '';
     P.Description := 'Rtl-extra, RTL not needed for bootstrapping';
     P.Description := 'Rtl-extra, RTL not needed for bootstrapping';
     P.NeedLibC:= false;
     P.NeedLibC:= false;
-    P.Dependencies.Add('rtl-objpas',[]);
+    P.Dependencies.Add('rtl-objpas');
     P.Dependencies.Add('morphunits',[morphos]);
     P.Dependencies.Add('morphunits',[morphos]);
     P.Dependencies.Add('arosunits',[aros]);
     P.Dependencies.Add('arosunits',[aros]);
     if Defaults.CPU=m68k then
     if Defaults.CPU=m68k then