mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 23:09:38 +02:00
Disable bzip2 package for msxdos (Data element tool large error)
git-svn-id: trunk@45752 -
This commit is contained in:
parent
96ac7f29f7
commit
e67236eb96
@ -28,7 +28,7 @@ begin
|
||||
P.Email := '';
|
||||
P.Description := 'BZip2 decompression unit.';
|
||||
P.NeedLibC:= true;
|
||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos,zxspectrum];
|
||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos,zxspectrum,msxdos];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user