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

This commit is contained in:
Nikolay Nikolov 2022-06-22 03:57:36 +03:00
parent 8471879cd9
commit e7dc8ba535

View File

@ -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];