mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
- disabled compilation of the fcl-fpterm package on the JVM target
This commit is contained in:
parent
5d4bb6db9b
commit
2262d2050d
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user