+ enabled compilation of fcl-base for the WASI target

git-svn-id: trunk@49459 -
This commit is contained in:
nickysn 2021-06-01 23:06:40 +00:00
parent eed9bc1f35
commit 1eec910561

View File

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