Disable SDL package also for netware and netwlibc OS targets

git-svn-id: trunk@39139 -
This commit is contained in:
pierre 2018-05-28 22:20:03 +00:00
parent 23b90ee315
commit 9f38b25542

View File

@ -24,7 +24,7 @@ begin
P.Dependencies.Add('morphunits',[morphos]);
if Defaults.CPU=arm then
P.OSes := P.OSes - [darwin];
P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,nativent,embedded,android,amiga,aros,msdos,gba,nds,win16,atari,macos,palmos,wii];
P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,netware,netwlibc,nativent,embedded,android,amiga,aros,msdos,gba,nds,win16,atari,macos,palmos,wii];
T:=P.Targets.AddUnit('logger.pas');
with T.Dependencies do