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

This commit is contained in:
Nikolay Nikolov 2024-10-23 10:00:01 +03:00
parent 5d4bb6db9b
commit 2262d2050d

View File

@ -48,6 +48,8 @@ begin
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,msxdos,amstradcpc,sinclairql,ps1];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];
P.SourcePath.Add('src');