Răsfoiți Sursa

+ enable compilation of the chm package for the WASI platform, since WebAssembly now supports goto

Nikolay Nikolov 1 an în urmă
părinte
comite
fbcdce2c87
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/chm/fpmake.pp

+ 1 - 1
packages/chm/fpmake.pp

@@ -25,7 +25,7 @@ begin
     P.Email := '';
     P.Description := 'Standalone CHM reader and writer library';
     P.NeedLibC:= false;
-    P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,atari,zxspectrum,msxdos,amstradcpc,watcom,sinclairql,wasi];
+    P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,atari,zxspectrum,msxdos,amstradcpc,watcom,sinclairql];
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];