mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +02:00
sinclairql: also disable fcl-stl which was missed in r47370
git-svn-id: trunk@47371 -
This commit is contained in:
parent
55b99cad04
commit
5515b62c9e
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user