mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 09:50:42 +02:00
- exclude fpc-term from compilation on MSX-DOS
This commit is contained in:
parent
aed4292017
commit
b416418134
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user