* Restrict OSes to list of OSes supported by fileutils

git-svn-id: trunk@37836 -
This commit is contained in:
michael 2017-12-28 08:54:25 +00:00
parent 4a566ceec1
commit 1cb23491bd

View File

@ -19,7 +19,7 @@ begin
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.OSes := AllOses-[embedded,msdos,win16,macos,palmos];
P.OSes:=AllUnixOSes+AllBSDOSes+AllWindowsOSes-[WinCE];
P.Dependencies.Add('fcl-js');
P.Dependencies.Add('fcl-json');
P.Dependencies.Add('fcl-passrc');