mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 02:19:27 +02:00
+ fpterm: enabled compilation of unit FpTerm.InputOutputConnection.UnixPTY on OpenBSD
This commit is contained in:
parent
e035f67339
commit
d01efd153c
@ -30,7 +30,7 @@ Const
|
|||||||
PtcKvmOSes = [linux,win32,win64,go32v2,macosx,openbsd,freebsd];
|
PtcKvmOSes = [linux,win32,win64,go32v2,macosx,openbsd,freebsd];
|
||||||
|
|
||||||
// OSes that have unix98pty and termio units
|
// OSes that have unix98pty and termio units
|
||||||
UnixPtyOSes = [linux];
|
UnixPtyOSes = [linux,openbsd];
|
||||||
|
|
||||||
Var
|
Var
|
||||||
P : TPackage;
|
P : TPackage;
|
||||||
|
Loading…
Reference in New Issue
Block a user