mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +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.Email := '';
|
||||||
P.Description := 'Generic container library of Free Component Libraries (FCL), FPC''s OOP library.';
|
P.Description := 'Generic container library of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||||
P.NeedLibC:= false;
|
P.NeedLibC:= false;
|
||||||
P.OSes:=AllOSes-[embedded,zxspectrum,msxdos,amstradcpc];
|
P.OSes:=AllOSes-[embedded,zxspectrum,msxdos,amstradcpc,ql];
|
||||||
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