mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 09:19:45 +02:00
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:
parent
0426f94c36
commit
26e4b4cfb4
@ -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';
|
||||
|
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user