Browse Source

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

git-svn-id: trunk@47371 -
Károly Balogh 4 years ago
parent
commit
5515b62c9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-stl/fpmake.pp

+ 1 - 1
packages/fcl-stl/fpmake.pp

@@ -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];