mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 09:38:47 +02:00
+ enable compilation of the bzip2 unit for the WASI platform, since WebAssembly now supports goto
This commit is contained in:
parent
ee782197a5
commit
30b745758c
@ -28,7 +28,7 @@ begin
|
||||
P.Email := '';
|
||||
P.Description := 'BZip2 decompression unit.';
|
||||
P.NeedLibC:= true;
|
||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
|
||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user