Browse Source

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

Nikolay Nikolov 1 year ago
parent
commit
30b745758c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/bzip2/fpmake.pp

+ 1 - 1
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];