Browse Source

- exclude fpc-term from compilation on MSX-DOS

Nikolay Nikolov 9 months ago
parent
commit
b416418134
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-fpterm/fpmake.pp

+ 1 - 1
packages/fcl-fpterm/fpmake.pp

@@ -47,7 +47,7 @@ begin
     P.License := 'LGPL with modification, ';
     P.HomepageURL := 'https://sourceforge.net/projects/fpterm/';
     P.Description := 'Terminal emulator library, written in Free Pascal.';
-    P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,amstradcpc,sinclairql,ps1];
+    P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,ps1];
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];