mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 18:21:00 +02:00
Remove symbian from fppkg OS list
git-svn-id: trunk@43103 -
This commit is contained in:
parent
332b8da788
commit
396160931f
@ -31,7 +31,7 @@ begin
|
|||||||
P.Directory:=ADirectory;
|
P.Directory:=ADirectory;
|
||||||
P.Version:='3.3.1';
|
P.Version:='3.3.1';
|
||||||
|
|
||||||
P.OSes:=AllOSes-[embedded,msdos,win16,go32v2,nativent,macos,palmos,atari];
|
P.OSes := P.OSes - [embedded,nativent,msdos,go32v2,win16,atari,macos,palmos,symbian];
|
||||||
if Defaults.CPU=jvm then
|
if Defaults.CPU=jvm then
|
||||||
P.OSes := P.OSes - [java,android];
|
P.OSes := P.OSes - [java,android];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user