mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
* Restrict OSes to list of OSes supported by fileutils
git-svn-id: trunk@37836 -
This commit is contained in:
parent
4a566ceec1
commit
1cb23491bd
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user