Remove false warning about dependency on fcl-process for OSes that are handled differently in fpmkunit and fppkg

git-svn-id: trunk@39602 -
This commit is contained in:
pierre 2018-08-09 15:31:08 +00:00
parent 0426f94c36
commit 26e4b4cfb4
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ begin
D.Version:='3.1.1';
D:=P.Dependencies.Add('paszlib');
D.Version:='3.1.1';
D:=P.Dependencies.Add('fcl-process');
D:=P.Dependencies.Add('fcl-process',AllOSes-[morphos,aros,amiga,go32v2,os2]);
D.Version:='3.1.1';
D:=P.Dependencies.Add('libtar');
D.Version:='3.1.1';

View File

@ -29,7 +29,7 @@ begin
P.Version:='3.1.1';
P.Dependencies.Add('fcl-base');
P.Dependencies.Add('fcl-xml');
P.Dependencies.Add('fcl-process');
P.Dependencies.Add('fcl-process',AllOSes-[go32v2,os2]);
P.Dependencies.Add('paszlib');
P.Dependencies.Add('fpmkunit');