mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:46:04 +02:00
Disable SDL package also for netware and netwlibc OS targets
git-svn-id: trunk@39139 -
This commit is contained in:
parent
23b90ee315
commit
9f38b25542
@ -24,7 +24,7 @@ begin
|
|||||||
P.Dependencies.Add('morphunits',[morphos]);
|
P.Dependencies.Add('morphunits',[morphos]);
|
||||||
if Defaults.CPU=arm then
|
if Defaults.CPU=arm then
|
||||||
P.OSes := P.OSes - [darwin];
|
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');
|
T:=P.Targets.AddUnit('logger.pas');
|
||||||
with T.Dependencies do
|
with T.Dependencies do
|
||||||
|
Loading…
Reference in New Issue
Block a user