mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 15:10:25 +02:00
* Added (temporary) univint dependency for iphonesim target
git-svn-id: trunk@17745 -
This commit is contained in:
parent
96ec37aa92
commit
1d02fcfbdb
@ -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, ';
|
||||
|
Loading…
Reference in New Issue
Block a user