Explorar el Código

+ enabled compilation of package fcl-mustache for wasm32-wasi

Nikolay Nikolov hace 3 años
padre
commit
e7dc8ba535
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-mustache/fpmake.pp

+ 1 - 1
packages/fcl-mustache/fpmake.pp

@@ -25,7 +25,7 @@ begin
     P.Description := 'Mustache templates for FPC';
     P.NeedLibC:= false;
     P.SourcePath.Add('src');
-    P.OSes:=P.OSes-[embedded,win16,msdos,nativent,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
+    P.OSes:=P.OSes-[embedded,win16,msdos,nativent,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];