mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 01:49:30 +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];
|
Socksyscall = [beos,freebsd,haiku,linux,netbsd,openbsd];
|
||||||
Socklibc = unixlikes-socksyscall;
|
Socklibc = unixlikes-socksyscall;
|
||||||
gpmOSes = [Linux,Android];
|
gpmOSes = [Linux,Android];
|
||||||
AllTargetsextra = ObjectsOSes + UComplexOSes + MatrixOSes+SerialOSes;
|
AllTargetsextra = ObjectsOSes + UComplexOSes + MatrixOSes+
|
||||||
|
SerialOSes +PrinterOSes+SocketsOSes+gpmOSes;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
P : TPackage;
|
P : TPackage;
|
||||||
|
Loading…
Reference in New Issue
Block a user