Ver Fonte

* patch by Cyrax to fix building, resolves #27323

git-svn-id: trunk@29494 -
florian há 10 anos atrás
pai
commit
a825a0f3ff
1 ficheiros alterados com 2 adições e 1 exclusões
  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');