Explorar el Código

+ enabled the regexpr package for the WASI target

git-svn-id: trunk@49463 -
nickysn hace 4 años
padre
commit
56aa1e1bbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/regexpr/fpmake.pp

+ 1 - 1
packages/regexpr/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}
     P.Version:='3.3.1';
-    P.OSes:=P.OSes-[embedded,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
+    P.OSes:=P.OSes-[embedded,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];