Browse Source

* removed zxspectrum and simular new targets

marcoonthegit 1 year ago
parent
commit
898baf2376
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-hash/fpmake.pp

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

@@ -23,7 +23,7 @@ begin
     P.Email := '';
     P.Email := '';
     P.Description := 'Several hash and cryptography algorithms requiring classes.';
     P.Description := 'Several hash and cryptography algorithms requiring classes.';
     P.NeedLibC:= false;
     P.NeedLibC:= false;
-    P.OSes:=P.OSes-[embedded,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,msdos];
+    P.OSes:=P.OSes-[embedded,win16,macosclassic,palmos,msdos];
     if Defaults.CPU=jvm then
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];
       P.OSes := P.OSes - [java,android];