mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 10:09:36 +02:00
* properly construct the overall package OS matrix from unit deps.
git-svn-id: trunk@27352 -
This commit is contained in:
parent
959ea7f5bb
commit
bd902a7550
@ -24,7 +24,8 @@ Const
|
||||
Socksyscall = [beos,freebsd,haiku,linux,netbsd,openbsd];
|
||||
Socklibc = unixlikes-socksyscall;
|
||||
gpmOSes = [Linux,Android];
|
||||
AllTargetsextra = ObjectsOSes + UComplexOSes + MatrixOSes+SerialOSes;
|
||||
AllTargetsextra = ObjectsOSes + UComplexOSes + MatrixOSes+
|
||||
SerialOSes +PrinterOSes+SocketsOSes+gpmOSes;
|
||||
|
||||
Var
|
||||
P : TPackage;
|
||||
|
Loading…
Reference in New Issue
Block a user