Browse Source

- disabled compilation of the fcl-fpterm package on the JVM target

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

+ 2 - 0
packages/fcl-fpterm/fpmake.pp

@@ -48,6 +48,8 @@ begin
     P.HomepageURL := 'https://sourceforge.net/projects/fpterm/';
     P.HomepageURL := 'https://sourceforge.net/projects/fpterm/';
     P.Description := 'Terminal emulator library, written in Free Pascal.';
     P.Description := 'Terminal emulator library, written in Free Pascal.';
     P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,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];
 
 
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');