mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:00:19 +02:00
+ enabled compilation of package fcl-mustache for wasm32-wasi
This commit is contained in:
parent
8471879cd9
commit
e7dc8ba535
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user