Explorar el Código

* patch by Cyrax to fix building, resolves #27323

git-svn-id: trunk@29494 -
florian hace 10 años
padre
commit
a825a0f3ff
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      utils/fpmake.pp

+ 2 - 1
utils/fpmake.pp

@@ -65,7 +65,8 @@ begin
     P.Dependencies.Add('paszlib');
     P.Dependencies.Add('hash');
     P.Dependencies.Add('univint',[darwin,iphonesim]);
-
+    P.Dependencies.Add('rtl-extra');
+	
     P.Version:='3.1.1';
 
     T:=P.Targets.AddProgram('ptop.pp');