mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 22:47:54 +02:00
Disable native compilation of ihcutil for zxspectrum, msxdos and amstadcpc as it requires fcl-base package
git-svn-id: trunk@46246 -
This commit is contained in:
parent
754374d2ee
commit
6ce1b7d272
@ -16,7 +16,7 @@ begin
|
||||
begin
|
||||
P:=AddPackage('utils-ihxutil');
|
||||
P.ShortName:='ihxutil';
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos];
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user