Browse Source

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

Nikolay Nikolov 1 year ago
parent
commit
d66a8cb902
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/hermes/fpmake.pp

+ 1 - 1
packages/hermes/fpmake.pp

@@ -25,7 +25,7 @@ begin
     P.Email := '';
     P.Email := '';
     P.Description := 'Library for pixel graphics conversion';
     P.Description := 'Library for pixel graphics conversion';
     P.NeedLibC := false;
     P.NeedLibC := false;
-    P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
+    P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
     if Defaults.CPU=jvm then
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];
       P.OSes := P.OSes - [java,android];