Explorar el Código

* Added (temporary) univint dependency for iphonesim target

git-svn-id: trunk@17745 -
joost hace 14 años
padre
commit
1d02fcfbdb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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, ';