Disable jvm-android as fcl-json is not supported for this target

git-svn-id: trunk@41142 -
This commit is contained in:
pierre 2019-01-30 12:55:04 +00:00
parent 6c87b89e45
commit 202c4f86c0

View File

@ -26,6 +26,8 @@ begin
P.Directory:=ADirectory;
P.Version:='3.3.1';
P.OSes:=AllUnixOSes+AllBSDOSes+AllWindowsOSes-[WinCE];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [android];
P.Dependencies.Add('fcl-json');
P.Dependencies.Add('fcl-js');
P.Dependencies.Add('fcl-passrc');