+ enabled the fcl-sound package for the WASI target

git-svn-id: trunk@49462 -
This commit is contained in:
nickysn 2021-06-01 23:14:28 +00:00
parent 14ec15be7b
commit 7c09f0be96

View File

@ -26,7 +26,7 @@ begin
P.Email := '';
P.Description := 'Sound loading, storing and conversion parts for the 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];