+ enabled package fcl-registry for the WASI target

git-svn-id: trunk@49465 -
This commit is contained in:
nickysn 2021-06-01 23:26:22 +00:00
parent 378b5f73a5
commit 5dd48078a6

View File

@ -27,7 +27,7 @@ begin
P.Email := '';
P.Description := 'Windows registry + emulation 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,wasi];
P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];