+ enabled the hash package for the WASI target

git-svn-id: trunk@49460 -
This commit is contained in:
nickysn 2021-06-01 23:09:41 +00:00
parent 1eec910561
commit 5b192cb82a

View File

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