Skip to content

Commit

Permalink
+ enabled compilation of package fcl-mustache for wasm32-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
nickysn committed Jun 22, 2022
1 parent 8471879 commit e7dc8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fcl-mustache/fpmake.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
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];

Expand Down

0 comments on commit e7dc8ba

Please sign in to comment.