瀏覽代碼

Disable bzip2 package for msxdos (Data element tool large error)

git-svn-id: trunk@45752 -
pierre 5 年之前
父節點
當前提交
e67236eb96
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/bzip2/fpmake.pp

+ 1 - 1
packages/bzip2/fpmake.pp

@@ -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];