Browse Source

* Added univint dependency for MacOSX which is not detected by fpcmake

git-svn-id: trunk@17248 -
joost 14 năm trước cách đây
mục cha
commit
da7ef036ba
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      packages/fcl-web/fpmake.pp

+ 2 - 0
packages/fcl-web/fpmake.pp

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