Răsfoiți Sursa

* Empty set?

Michaël Van Canneyt 4 luni în urmă
părinte
comite
975f0118ac
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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