+ enabled package fcl-stl for the WASI target

git-svn-id: trunk@49464 -
This commit is contained in:
nickysn 2021-06-01 23:23:31 +00:00
parent 56aa1e1bbe
commit 378b5f73a5

View File

@ -25,7 +25,7 @@ begin
P.Email := '';
P.Description := 'Generic container library of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
P.OSes:=AllOSes-[embedded,zxspectrum,msxdos,amstradcpc,sinclairql];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];