+ enable compilation of the bzip2 unit for the WASI platform, since WebAssembly now supports goto

This commit is contained in:
Nikolay Nikolov 2023-10-22 01:58:50 +03:00
parent ee782197a5
commit 30b745758c

View File

@ -28,7 +28,7 @@ begin
P.Email := '';
P.Description := 'BZip2 decompression unit.';
P.NeedLibC:= true;
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];