mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
Add missing change from commit 41150 to fix jvm-android compilation
git-svn-id: branches/fixes_3_2@42011 -
This commit is contained in:
parent
22f48c207e
commit
e1afc90ef4
@ -26,6 +26,8 @@ begin
|
||||
P.Directory:=ADirectory;
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes:=AllUnixOSes+AllBSDOSes+AllWindowsOSes-[WinCE];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
P.Dependencies.Add('fcl-json');
|
||||
P.Dependencies.Add('fcl-js');
|
||||
P.Dependencies.Add('fcl-passrc');
|
||||
|
Loading…
Reference in New Issue
Block a user