Explorar el Código

+ enabled the hash package for the WASI target

git-svn-id: trunk@49460 -
nickysn hace 4 años
padre
commit
5b192cb82a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/hash/fpmake.pp

+ 1 - 1
packages/hash/fpmake.pp

@@ -23,7 +23,7 @@ begin
     P.Email := '';
     P.Description := 'Several hash and cryptography algorithms (MD5,CRC,Linux crypt and NTLM1).';
     P.NeedLibC:= false;
-    P.OSes:=P.OSes-[embedded,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
+    P.OSes:=P.OSes-[embedded,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];