mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:09:23 +02:00
* Do not (yet) compile for wasm
This commit is contained in:
parent
a36fca37f1
commit
1e64126fba
@ -27,7 +27,7 @@ begin
|
|||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
|
P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||||
P.NeedLibC:= false;
|
P.NeedLibC:= false;
|
||||||
P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
|
P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
|
||||||
if Defaults.CPU=jvm then
|
if Defaults.CPU=jvm then
|
||||||
P.OSes := P.OSes - [java,android];
|
P.OSes := P.OSes - [java,android];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user