mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
Disable jvm-android as fcl-json is not supported for this target
git-svn-id: trunk@41142 -
This commit is contained in:
parent
6c87b89e45
commit
202c4f86c0
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user