fcl-web: re-enabled platforms which were disabled in r43096

git-svn-id: trunk@43100 -
This commit is contained in:
Károly Balogh 2019-09-30 13:01:22 +00:00
parent 6864658f27
commit 36e99fc4e8

View File

@ -21,10 +21,6 @@ begin
P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,amiga,aros,morphos,dragonfly,android];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];
P.OSes := [android,freebsd,linux,netbsd,openbsd,win32,win64];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];
P.Dependencies.Add('fcl-base');
P.Dependencies.Add('fcl-db');