+ enable compilation of the chm package for the WASI platform, since WebAssembly now supports goto

This commit is contained in:
Nikolay Nikolov 2023-10-22 02:02:28 +03:00
parent 30b745758c
commit fbcdce2c87

View File

@ -25,7 +25,7 @@ begin
P.Email := '';
P.Description := 'Standalone CHM reader and writer library';
P.NeedLibC:= false;
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,atari,zxspectrum,msxdos,amstradcpc,watcom,sinclairql,wasi];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,atari,zxspectrum,msxdos,amstradcpc,watcom,sinclairql];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];