summaryrefslogtreecommitdiff
path: root/packages/fcl-xml/fpmake.pp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fcl-xml/fpmake.pp')
-rw-r--r--packages/fcl-xml/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fcl-xml/fpmake.pp b/packages/fcl-xml/fpmake.pp
index c8c35e1685..4552e71b30 100644
--- a/packages/fcl-xml/fpmake.pp
+++ b/packages/fcl-xml/fpmake.pp
@@ -29,7 +29,7 @@ begin
P.Email := '';
P.Description := 'XML and DOM parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
- P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
+ P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];