* Allow compilation using webassembly

This commit is contained in:
Michaël Van Canneyt 2023-07-11 10:36:08 +02:00 committed by Pierre Muller
parent c7857badf4
commit 57c6b89d19

View File

@ -23,7 +23,7 @@ begin
P.Email := '';
P.Description := 'Generic collection library.';
P.NeedLibC:= false;
P.OSes := AllOSes-[embedded,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,watcom,sinclairql,wasi];
P.OSes := AllOSes-[embedded,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,watcom,sinclairql];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];