Remove symbian from fppkg OS list

git-svn-id: trunk@43103 -
This commit is contained in:
pierre 2019-10-01 12:50:26 +00:00
parent 332b8da788
commit 396160931f

View File

@ -31,7 +31,7 @@ begin
P.Directory:=ADirectory;
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
P.OSes := P.OSes - [java,android];