summaryrefslogtreecommitdiff
path: root/avx512-0037785/packages/fcl-base/fpmake.pp
diff options
context:
space:
mode:
Diffstat (limited to 'avx512-0037785/packages/fcl-base/fpmake.pp')
-rw-r--r--avx512-0037785/packages/fcl-base/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/avx512-0037785/packages/fcl-base/fpmake.pp b/avx512-0037785/packages/fcl-base/fpmake.pp
index fcee273219..b1e29560e4 100644
--- a/avx512-0037785/packages/fcl-base/fpmake.pp
+++ b/avx512-0037785/packages/fcl-base/fpmake.pp
@@ -26,7 +26,7 @@ begin
P.Email := '';
P.Description := 'Base library of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
- P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc];
+ P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];