|
@@ -25,7 +25,7 @@ begin
|
|
P.HomepageURL := 'www.freepascal.org';
|
|
P.HomepageURL := 'www.freepascal.org';
|
|
P.Email := '[email protected]';
|
|
P.Email := '[email protected]';
|
|
P.Description := 'Free Pascal implementation of Service Data Objects';
|
|
P.Description := 'Free Pascal implementation of Service Data Objects';
|
|
- P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
|
|
|
|
|
|
+ P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
|
|
if Defaults.CPU=jvm then
|
|
if Defaults.CPU=jvm then
|
|
P.OSes := P.OSes - [java,android];
|
|
P.OSes := P.OSes - [java,android];
|
|
|
|
|