mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-25 22:18:32 +02:00
+ enable compilation of the hermes package for the WASI platform, since WebAssembly now supports goto
This commit is contained in:
parent
0bf609f0f0
commit
d66a8cb902
@ -25,7 +25,7 @@ begin
|
|||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'Library for pixel graphics conversion';
|
P.Description := 'Library for pixel graphics conversion';
|
||||||
P.NeedLibC := false;
|
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
|
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