From 30b745758cd8573dc0a05df1b51ab2796bc61a05 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Sun, 22 Oct 2023 01:58:50 +0300 Subject: [PATCH] + enable compilation of the bzip2 unit for the WASI platform, since WebAssembly now supports goto --- packages/bzip2/fpmake.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bzip2/fpmake.pp b/packages/bzip2/fpmake.pp index 76cadbc49a..32a17cf5a3 100644 --- a/packages/bzip2/fpmake.pp +++ b/packages/bzip2/fpmake.pp @@ -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];