浏览代码

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

git-svn-id: trunk@43100 -
Károly Balogh 6 年之前
父节点
当前提交
36e99fc4e8
共有 1 个文件被更改,包括 0 次插入4 次删除
  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];
     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');