Selaa lähdekoodia

* Added (temporary) univint dependency for iphonesim target

git-svn-id: trunk@17745 -
joost 14 vuotta sitten
vanhempi
commit
1d02fcfbdb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/fcl-web/fpmake.pp

+ 1 - 1
packages/fcl-web/fpmake.pp

@@ -26,7 +26,7 @@ begin
     P.Dependencies.Add('fastcgi');
     P.Dependencies.Add('httpd22');
     // (Temporary) indirect dependencies, not detected by fpcmake:
-    P.Dependencies.Add('univint',[MacOSX]);
+    P.Dependencies.Add('univint',[MacOSX,iphonesim]);
 
     P.Author := 'FreePascal development team';
     P.License := 'LGPL with modification, ';