Browse Source

* patch by Cyrax to fix building, resolves #27323

git-svn-id: trunk@29494 -
florian 10 years ago
parent
commit
a825a0f3ff
1 changed files with 2 additions and 1 deletions
  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');