Browse Source

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

git-svn-id: trunk@43100 -
Károly Balogh 5 years ago
parent
commit
36e99fc4e8
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/fcl-web/fpmake.pp

+ 0 - 4
packages/fcl-web/fpmake.pp

@@ -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];
     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
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];
       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-base');
     P.Dependencies.Add('fcl-db');
     P.Dependencies.Add('fcl-db');