sinclairql: also disable fcl-stl which was missed in r47370

git-svn-id: trunk@47371 -
This commit is contained in:
Károly Balogh 2020-11-10 11:51:05 +00:00
parent 55b99cad04
commit 5515b62c9e

View File

@ -25,7 +25,7 @@ begin
P.Email := '';
P.Description := 'Generic container library of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,zxspectrum,msxdos,amstradcpc];
P.OSes:=AllOSes-[embedded,zxspectrum,msxdos,amstradcpc,ql];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];